How-to-repeat:
Start server
Server listens to the Client.
An exception occures in Client.
Server is still waiting but the client cannot response anymore.
-> Server locked.
Advisement to bugfix:
If an exception occures in client, a message should be sent to server so that the server knows it don't need to wait respondes anymore.
How-to-repeat: Start server Server listens to the Client. An exception occures in Client. Server is still waiting but the client cannot response anymore. -> Server locked.
Advisement to bugfix: If an exception occures in client, a message should be sent to server so that the server knows it don't need to wait respondes anymore.
This bug should be fixed in reference to #4