nuclearace / Socket.IO-Client-Swift

socket.io-client for Swift
Other
361 stars 53 forks source link

How to connect to certain namespace? #4

Closed danil-z closed 9 years ago

danil-z commented 9 years ago

I wonder how to connect to any namespace besides "/".

nuclearace commented 9 years ago

What do you mean?

I would think you could connect to any url that is the socket url of the site. "https://ssl.someplace.com:8080/" , "http://example.com/socket/". However it's up to you to get the url.

I haven't exactly tested that though. If you can provide a url that doesn't work I can look into it.

nuclearace commented 9 years ago

Working on it

nuclearace commented 9 years ago

Added support for namespace in the latest release.