Skip to content

Requests should be cancelled when the calling process is killed #13

@dlesl

Description

@dlesl
Pid = spawn(fun() -> erqwest:get(default, <<"https://httpbin.org/delay/10">>) end),
timer:sleep(1000),
exit(Pid, kill).

needs rusterlium/rustler#376

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions