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
Hi,
why can't I pass an url in the connect() method?
connect: function() {
return socket.connect();
},
If I understand your code correct the connect method call the lookup(uri, opts) via socket.connect().
Is there a reason why you not allow to pass a uri?
The text was updated successfully, but these errors were encountered:
Hi,
why can't I pass an url in the connect() method?
If I understand your code correct the connect method call the lookup(uri, opts) via socket.connect().
Is there a reason why you not allow to pass a uri?
The text was updated successfully, but these errors were encountered: