1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00
This commit is contained in:
Daniel Neto 2024-11-15 11:35:32 -03:00
parent ba7db604c9
commit bae2b876da

View file

@ -578,7 +578,7 @@ class Message implements MessageComponentInterface
// If it takes longer than 0.01 seconds, add to lastMessageToAllDurationMessages
if ($duration > $maxDuration) {
$msg = "resourceId={$client['resourceId']} took {$duration} seconds to send the message maxDuration=$maxDuration.";
$msg = "resourceId={$client['resourceId']} took {$duration} seconds to send the message maxDuration=$maxDuration clients=".count($this->clients);
_log_message($msg);
_error_log($msg, \AVideoLog::$SOCKET);
self::$lastMessageToAllDurationMessages[] = [