JDare / ClankBundle

A Symfony2 Bundle for use with Ratchet WebSocket Server
MIT License
131 stars 31 forks source link

Broadcast to other Connections from Service. #5

Closed hice3000 closed 11 years ago

hice3000 commented 11 years ago

I dont know, if this is not possible, or I don't find the solution.

I think from inside a function I can only access the calling ConnectionInterface, but e.g. if I want to create a chat, I need to broadcast the chat message to all other conections, too.

King regards, hice3000.

PS: If possible, I don't want to use topics.