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 860a98e commit 8eeb5c0Copy full SHA for 8eeb5c0
1 file changed
LibEventLoop.php
@@ -52,9 +52,9 @@ protected function createLibeventCallback()
52
}
53
54
} catch (\Exception $ex) {
55
- // If one of the callbacks throws an exception we must remove the stream
+ // If one of the callbacks throws an exception we must stop the loop
56
// otherwise libevent will swallow the exception and go berserk.
57
- $loop->removeStream($stream);
+ $loop->stop();
58
59
throw $ex;
60
0 commit comments