-
-
Notifications
You must be signed in to change notification settings - Fork 49
Support promise cancellation #158
Copy link
Copy link
Open
Labels
help wantedExtra attention is neededExtra attention is needednew featureNew feature or requestNew feature or request
Milestone
Description
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needednew featureNew feature or requestNew feature or request
We should register a Promise cancellation handler so that the following code actually cleans up the underlying promise and socket resources as applicable:
See reactphp/dns#28 and many others