tidwall / SwiftWebSocket

Fast Websockets in Swift for iOS and OSX
MIT License
1.53k stars 246 forks source link

Is possible to subscribe? #95

Open Ignelos opened 7 years ago

Ignelos commented 7 years ago

Hey!

Does this lib can subscribe on channel (URL) ?

barcennas commented 7 years ago

You just have to send a message with the subsciption string

kalisina commented 6 years ago

Hi @barcennas / @Ignasihoo I need to connect to a websocket of type: ws://10.0.23.180:8081" and then subscribe to a channel: player/status

How can I do that please? Thank you for your help

smhk commented 5 years ago

Guys, you can ask basic general questions such as this on stackoverflow.com - you'll get lots of great answers there.