-
-
Notifications
You must be signed in to change notification settings - Fork 142
Closed
Description
I've followed the documentation for sharing the session between symfony2.6 and gos websocketbundle.
Unfortunately it doesn't work. OnSubscribe I'm stil seeing "anon-5asdfjadkja has joined acme/channel" instead of "Username has joined acme/channel".
I've updated my github "testing" repository with the latest changes. You can see everything there.
P.s. The PDO session in symfony seems to be working great. New sessions are successfully stored in the mysql table and no errors are displayed in the debug toolbar.
There is probably some error in my gos configuration or in the gos bundle itself.