user3657069
user3657069

Reputation: 11

Firefox 29.0.1 WebSocket problems

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

Answers (1)

Gabriele Santomaggio
Gabriele Santomaggio

Reputation: 22682

You have to enable the websocket:

open about:config in firefox toolbar as:

enter image description here

then setting the network.websocket.enabled preferences to true

enter image description here

Finally re-try to http://www.websocket.org/echo.html

Upvotes: 5

Related Questions