Closed GREEB closed 7 years ago
Add a listener for the 'error'
event.
ws.on('error', (err) => handleError(err));
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.
it was an error on our side, sorry about that!
Ok, closing then.
Hey How can i prevent this from crashing my servers? and what is causing this?