tidwall / SwiftWebSocket

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

Abnormal Closure #128

Open MrPOHB opened 6 years ago

MrPOHB commented 6 years ago

Hi,

When I am locking my iPhone, The web socket is closed with this error code : 1006 -> Abnormal Closure

In my target development, I have allowed the background mode :

That's why I would like to know if I set up something wrong or not ?

Thank you very much.