Description
As soon as the screen lock is active in iOS, a connected socket of a QSslServer is disconnected. After unlocking the device, the socket disconnect signal is issued, but the QSslServer does not accept any new connections, although the isListening() method returns true. Attempting to close the server causes the app to crash.