Search:

Type: Posts; User: DC200

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    2,307

    Re: Simple server-client trouble

    Flushing the stream worked. Also I didn't realize that readLine was waiting for a line terminator and holding the program up. The print method didn't send out the terminator, while println did.
    ...
  2. Replies
    3
    Views
    2,307

    Simple server-client trouble

    Hi, I'm new to these forums. I've been trying for the past two hours to figure out why this piece of code isn't working. The client is supposed to receive a message ("two") from the server, but the...
Results 1 to 2 of 2