joewalnes / reconnecting-websocket

A small decorator for the JavaScript WebSocket API that automatically reconnects
MIT License
4.21k stars 968 forks source link

One or more reserved bits #70

Open dade1987 opened 8 years ago

dade1987 commented 8 years ago

I have this trouble from today afternoon. On the other machines, it works... I don't know.

WebSocket connection to 'ws://192.168.0.153:9000/socket_listener_1.php' failed: One or more reserved bits are on: reserved1 = 0, reserved2 = 1, reserved3 = 1

reconnecting-websocket.js:209 WebSocket connection to 'ws://192.168.0.101:9000/socket_listener_1.php' failed: One or more reserved bits are on: reserved1 = 0, reserved2 = 1, reserved3 = 1

reconnecting-websocket.js:209 WebSocket connection to 'ws://192.168.0.2:9000/socket_listener_1.php' failed: One or more reserved bits are on: reserved1 = 0, reserved2 = 1, reserved3 = 1

Pines-Cheng commented 3 years ago

same issue.