I\'ve been reading and testing and banging my head on the wall for over a day because of this error.
I have some Java code in a class called Listener t
Listener
Just for clarification:
You provide a ServerSocket to the Thread. Do you send Data to that Socket? Maybe you store to much data within the Thread-Context. Tak a look for a pattern, where you store Streamdata in an byte[].
ServerSocket
Thread
byte[]