Closed moirrer closed 7 years ago
Hello @moirrer,
Yes, this is possible. You have the broadcastIf
method, or you can grab all the connections at once with $server->getConnection->getNodes()
.
@moirrer Is your question answered?
Yes, thanks so much.
Thanks!
Is there a way to get a list/$buckets/bucket_id from all current connected clients? Trying to do an implementation where once client #1 sends a message the server sends another to clients #2 and #3, so is not a broadcast and not to origin. Can I accomplish that with HoaWebsocket?