JDare / ClankBundle

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

Broadcasting from php #14

Closed cvele closed 10 years ago

cvele commented 10 years ago

In documentation you state

"Try pairing up a Periodic function with a Custom Topic handler to perform actions on a set of clients connected to a certain topic."

I'm unable to find a way to broadcast a message from periodic in order to send message to connected clients.

Is there a way to connect to certain topic from php? (ideally in periodic class)

cvele commented 10 years ago

http://stackoverflow.com/questions/20201391/how-to-implement-push-to-an-existing-site-using-zeromq-and-clankbundle/20701073#20701073