Search:

Type: Posts; User: Json

Search: Search took 0.11 seconds.

  1. Replies
    3
    Views
    2,266

    Re: Simple server-client trouble

    No worries, marking this as solved.

    // Json
  2. Replies
    3
    Views
    2,266

    Re: Simple server-client trouble

    You might need to flush the outputstream as well, or create the PrintWriter with autoflush set to true.


    out = new PrintWriter(outstream, true);

    And then instead of using print you want to use...
Results 1 to 2 of 2