Reputation: 11
Has anyone managed to use websockets with latest firefox (29.0.1). Connection is established but no messages are sent to the server or received from the server.
Also tried to run http://www.websocket.org/echo.html example against my server and websocket.org but nothing. Everything works perfectly in older firefox and chrome.
Does anyone know what could cause it?
Upvotes: 1
Views: 4731
Reputation: 22682
You have to enable the websocket:
open about:config
in firefox toolbar as:
then setting the network.websocket.enabled
preferences to true
Finally re-try to http://www.websocket.org/echo.html
Upvotes: 5