I'm not positive this will sove your problem, but you might want to try flushing that OutputStream after you write to it: clientsocket_out.flush(); -Rob On Thu, 24 Sep 1998 [EMAIL PROTECTED] wrote: > > // THIS FAILS, HANGING SERVER AND CLIENT > // CLIENT CANNOT READ THIS BYTE > // try writing again to client a second time > clientsocket_out.writeBytes("PP");
- socket code problem mab
- Robert Dietrick