I have local n:1 client-server communication. It's running sometime OK and then HANGS. The same byte-type messages are SENT. FLUSH() is applied after writeByte() method. DataInputStream is used.
One SIDE (server) has sent a request, another one hasn't got it. Why can this happens? OR How can I find it? The method which sends requests is synchronized.