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 3e5716b commit 2a7d5c0Copy full SHA for 2a7d5c0
1 file changed
LibEventLoop.php
@@ -176,6 +176,7 @@ protected function addTimerInternal($interval, $callback, $periodic = false)
176
foreach ($timersGc as $resource) {
177
event_free($resource);
178
}
179
+
180
if ($timer->cancelled === false) {
181
call_user_func($timer->callback, $timer->signature, $timer->loop);
182
0 commit comments