I get this error while sending thread is sending data:
java.io.IOException: An established connection was aborted by the software in your host machine
It isn’t thrown right away, first couple of messages get sent and my test server receives them and print them (actually that’s all it does).
I catch it and print it so I don’t exactly know on what part of code it happened (and how to print that also?). It’s hard to start debuging when I don’t know much, or anything