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
{{ message }}
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.
To be bale to disable errors to the console you will need to catch them with on('error', () => {}) and/or try, catch other vise it is standard of the browsers (not implemented in to the clusterws).
I trace the log exception and I found that the message is created at:
this.websocket = new Socket(this.options.url), this.websocket.binaryType = "arraybuffer",
This must be into a try {} catch {} to be able to handle the exception
Submitting
Please can you add an option to disable the logging into console?
The text was updated successfully, but these errors were encountered: