-
-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Labels
Milestone
Description
We should register a Promise cancellation handler so that the following code actually cleans up the underlying promise and socket resources as applicable:
$promise = $redis->blpop('list', 100);
$promise->cancel();
See reactphp/dns#28 and many others