You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well, that breaks the Twig globals exposed through the shared config option then (because you basically have to use IP for server config and hostname for the client). Either way I can make this work now.
Unless I've missed something obvious, the shared session setup as described in https://github.com/GeniusesOfSymfony/WebSocketBundle/blob/master/Resources/docs/SessionSetup.md does not work on the 1.8.12 RC. For this functionality to work, it seems to rely on being able to set the hostname as the websocket system's host, but reactphp/socket#66 changed the underlying library to enforce an IP address.
The text was updated successfully, but these errors were encountered: