Right now, I\'m trying to write a GUI based Java tic-tac-toe game that functions over a network connection. It essentially works at this point, however I have an intermittent er
Try flushing the OutputStream on the sender side. The last bytes might remain in some intenal buffers.