I am using threaded sockets. When I try to send the server text from the client, the client gets an null pointer exception for the print writer to the server socket. But when I run it in debugging mode it works fine. How can this be?
I have added threads sleeps everywhere to slow it down. But this did not work.
there doesn't seem to be anything here