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
I'm trying to create a chat with symfony 3 and GosWebSocketBundle. This bundle use Autobahn and Ratchet to use WebSocket. My server actually work except when i stop it/restart it, the client reconnect successfully, but on publish, i got Uncaught exception: Autobahn not connected
It only append when the server is on when we loading the page, then restart it and let autobahn reconnect by it own.
I'm trying to create a chat with symfony 3 and GosWebSocketBundle. This bundle use Autobahn and Ratchet to use WebSocket. My server actually work except when i stop it/restart it, the client reconnect successfully, but on publish, i got Uncaught exception: Autobahn not connected
It only append when the server is on when we loading the page, then restart it and let autobahn reconnect by it own.
GosWebSocket Configuration:
ChatTopic services and routes:
ChatTopic.php
chatbox.html.twig
The text was updated successfully, but these errors were encountered: