1
0
Fork 0
mirror of synced 2024-09-30 09:18:14 +13:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;