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 .html example against my server and websocket but nothing. Everything works perfectly in older firefox and chrome.
Does anyone know what could cause it?
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/echo.html example against my server and websocket but nothing. Everything works perfectly in older firefox and chrome.
Does anyone know what could cause it?
Share Improve this question asked May 20, 2014 at 14:36 user3657069user3657069 111 silver badge3 bronze badges1 Answer
Reset to default 5You 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/echo.html