JDare / ClankBundle

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

Add server launched event documentation #28

Open alcalyn opened 10 years ago

alcalyn commented 10 years ago

There is the clank.server.launched event which has helped me but not in the documentation (found it in the source code).

bcldvd commented 10 years ago

I'm curious to know what it helped you accomplish ?

alcalyn commented 10 years ago

Start the session before everything else.

If I start a client session (onConnect) before server session, that does not work.