adamhartford / SwiftR

Swift client for SignalR (iOS and Mac)
MIT License
174 stars 74 forks source link

Disconnect / unsubscribe #101

Open AmirKamali opened 6 years ago

AmirKamali commented 6 years ago

Is there any way to disconnect or unsubscribe the specific SignalR method ?

munsifhayat commented 6 years ago

@AmirKamali I need this too. Any solution so far ?

AmirKamali commented 6 years ago

@munsifhayat I couldn't find any client side solution, i ended up with my own solution by keeping the client always connected and manage group / subscriptions through backend logic.