最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

javascript - Firefox 29.0.1 WebSocket problems - Stack Overflow

matteradmin4PV0评论

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 badges
Add a ment  | 

1 Answer 1

Reset to default 5

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/echo.html

Post a comment

comment list (0)

  1. No comments so far