Java client server sending bytes receiver listens indefinitely
- by Rob
Hello,
I'm trying to write a Java program for Windows that involves communication with a server program located on a foreign machine.My program successfully connects to the server, successfully writes a byte array to it, and waits for a response.
I know that the server is printing bytes (the response) back to me one byte at a time. I've tried…