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
Library ws which used under the hood for node.js clients, does not allow disconnect codes 1004, 1005 and 1006.
But anyway socketcluster-client uses 1005 and 1006 which leads to Uncaught exception: "TypeError: First argument must be a valid error code number" (see, WS Code validation)
The text was updated successfully, but these errors were encountered:
Library
ws
which used under the hood for node.js clients, does not allow disconnect codes 1004, 1005 and 1006.But anyway
socketcluster-client
uses1005
and1006
which leads to Uncaught exception: "TypeError: First argument must be a valid error code number" (see, WS Code validation)The text was updated successfully, but these errors were encountered: