Skip to content

Commit

Permalink
Change approach
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Dec 6, 2024
1 parent d4b6aed commit 08d86fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventLoop/Internal/AbstractDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ private function createLoopFiber(): void
$this->idle = true;

$this->tick($previousIdle);
$didWork = $this->invokeCallbacks();
$didWork = $this->invokeCallbacks() || $didWork;
}

return $didWork;
Expand Down

0 comments on commit 08d86fd

Please sign in to comment.