We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caa18c9 commit 70e67dcCopy full SHA for 70e67dc
1 file changed
src/EventLoop/Internal/AbstractDriver.php
@@ -96,7 +96,7 @@ public function run(): void
96
$this->tick();
97
}
98
} finally {
99
- $this->stop();
+ $this->running = false;
100
101
102
0 commit comments