We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf5644 commit 5070e4eCopy full SHA for 5070e4e
src/EventLoopBridge.php
@@ -131,6 +131,7 @@ private function handleReadEvent(Events\Event $event): void
131
private function handleFutureReadEvent(Events\Event $event): void
132
{
133
$this->futures[spl_object_hash($event->object)]->resolve($event->value);
134
+ unset($this->futures[spl_object_hash($event->object)]);
135
}
136
137
private function handleChannelReadEvent(Events\Event $event): void
0 commit comments