angular-socket-io icon indicating copy to clipboard operation
angular-socket-io copied to clipboard

parse url in connect()

Open BMo-design opened this issue 9 years ago • 0 comments

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?

BMo-design avatar Oct 01 '16 12:10 BMo-design