Posts by Alvaro Oliveira Santos • 1 point
1 post
-
0
votes1
answer150
viewsQ: How to put socket in read mode until you receive other java data
I created the server part and the client part. If the message exchange is just an input and an output works perfectly, the problem is to maintain a communication without closing the socket. In case…