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
In the following code, the uri option is required to be passed in, even though its not used since the socket parameter is provided. I've used this to supply my own socket connection parameters.
Yeah I can take a look... All you'd want is just to not have to pass it in then right? Should be just something like { Socket: () => { return socket; } } passed in
In the following code, the
uri
option is required to be passed in, even though its not used since the socket parameter is provided. I've used this to supply my own socket connection parameters.The text was updated successfully, but these errors were encountered: