BF broadcast

This commit is contained in:
a6a2f5842 2025-09-16 10:58:54 +02:00
parent df349aabf7
commit c38e8fc082
1 changed files with 1 additions and 1 deletions

View File

@ -602,7 +602,7 @@ class Handler implements MessageComponentInterface
]; ];
foreach ($channel->getConnections() as $channel_conection) { foreach ($channel->getConnections() as $channel_conection) {
if ($channel_conection !== $connection) { if ($channel_conection->socketId !== $connection->socketId) {
$channel_conection->send(json_encode($p)); $channel_conection->send(json_encode($p));
} }