observing / thor

The WebSocket god of thunder
MIT License
1.29k stars 154 forks source link

No responding! #5

Open dreamlover opened 10 years ago

dreamlover commented 10 years ago

My WebSocket server (node.js + npm package: ws) just console.log out each message it received. When testing, the command line was always hung out with the last line is "Opened 100 connections", see the capture I attached. thor_error

mkozjak commented 8 years ago

+1

qualifyapp commented 8 years ago

+1

oleggromov commented 6 years ago

The same happens when I try to load test my websocket server written with ws.js. I have no idea how to fix it, so about to switch to websocket-bench/socket.io which seems to be more handy to use.

kingthrillgore commented 6 years ago

I get a similar error, where it hangs on Progress. I see the open connection requests being made on my dev server. It never moves past this action. Not sure if its because its expecting an action on connection or if i'm missing components on my WebSocketServer implementation.

screen shot 2017-12-21 at 1 11 26 pm-mod