BF broadcast
This commit is contained in:
parent
df349aabf7
commit
c38e8fc082
|
|
@ -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));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue