btford / btford/angular-socket-io

parse url in connect()

Open
#149 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.5k
Forks
225
PR merge metrics
No merged PRs in 30d

Description

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?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.