-
Notifications
You must be signed in to change notification settings - Fork 246
Can it support background mode? #61
Comments
Yes. As long as your application has permission to use the network in the background, such as a VoIP app. |
I've enabled all background modes. Thanks, |
It's sounds like iOS is still killing the connection when your app goes to the background. SwiftWebSocket does supports long running connections, so there must be a setting that is being missed. You may want to ask on https://forums.developer.apple.com |
Thanks, I've found post by link: https://forums.developer.apple.com/thread/35065?q=Websocket Hope someone there knows how to workaround it somehow. As this is not your lib problem, i'm closing the issue. Thank you for quick responses. Thanks, |
You're welcome and good luck. |
Hi, can this library keep connection alive when user put an application on background?
Thanks,
Nikita
The text was updated successfully, but these errors were encountered: