mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-17 05:35:35 +08:00
fix comment spacing problem (build 443)
This commit is contained in:
@@ -61,7 +61,7 @@ class EventManager
|
||||
if (server()->worker_id !== $vss->worker_id && $vss->worker_id != -1) {
|
||||
return;
|
||||
}
|
||||
//echo server()->worker_id.PHP_EOL;
|
||||
// echo server()->worker_id.PHP_EOL;
|
||||
$plain_class = $vss->class;
|
||||
Console::debug('Added Middleware-based timer: ' . $plain_class . ' -> ' . $vss->method);
|
||||
Timer::tick($vss->tick_ms, function () use ($vss, $dispatcher) {
|
||||
|
||||
Reference in New Issue
Block a user