SwimByteRun
SwimByteRun
It sounds like your app is being suspended, and I believe this is expected behavior. On an actual iOS device you will be subject to the application execution states, and...
I think #42 is tracking this
Oh sorry, I misunderstood. Isn't this still up to the developer to manage the server within the UIApplicationDelegate? When the applicationWillResignActive delegate is called, server.stop() should be executed. Likewise the...
Did you mean `try server.stop(UInt16(port))` instead? `UIApplicationDidEnterBackgroundNotification` is called when your application is about to be suspended