You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey
How can i prevent this from crashing my servers? and what is causing this?
0|a | [FATAL] Error: RSV1 must be clear
0|a | at Receiver.getInfo (/opt/a/gameservers/6984/node_modules/ws/lib/Receiver.js:191:18)
0|a | at Receiver.startLoop (/opt/a/gameservers/6984/node_modules/ws/lib/Receiver.js:153:16)
0|a | at Receiver.add (/opt/a/gameservers/6984/node_modules/ws/lib/Receiver.js:139:10)
0|a | at Socket._ultron.on (/opt/a/gameservers/6984/node_modules/ws/lib/WebSocket.js:142:22)
0|a | at emitOne (events.js:96:13)
0|a | at Socket.emit (events.js:191:7)
0|a | at Socket.Readable.read (_stream_readable.js:383:10)
0|a | at flow (_stream_readable.js:763:34)
0|a | at resume_ (_stream_readable.js:745:3)
0|a | at _combinedTickCallback (internal/process/next_tick.js:80:11)
The text was updated successfully, but these errors were encountered:
This error is fired when the rsv1 bit is flagged and the permessage-deflate extension is disabled. The client should not set it if the server does not support permessage-deflate.
Hey
How can i prevent this from crashing my servers? and what is causing this?
The text was updated successfully, but these errors were encountered: