Update realtime.php

This commit is contained in:
Torsten Dittmann
2022-06-03 12:34:44 +02:00
committed by GitHub
parent 105ae1caec
commit d9f53d6e23
+1
View File
@@ -186,6 +186,7 @@ $server->onStart(function () use ($stats, $register, $containerId, &$statsDocume
});
});
$server->onWorkerStart(function (int $workerId) use ($server, $register, $stats, $realtime, $logError) {
Console::success('Worker ' . $workerId . ' started successfully');
$attempts = 0;