Re: [Tutor] Trouble with sockets...

2010-06-18 Thread bob gailer
On 6/17/2010 5:25 AM, Modulok wrote: List, I'm new to sockets and having trouble. I tried to write a simple client/server program (see code below). The client would send a string to the server. The server would echo that back to the client. PROBLEM: I can send data to the server, and get data b

[Tutor] Trouble with sockets...

2010-06-17 Thread Modulok
List, I'm new to sockets and having trouble. I tried to write a simple client/server program (see code below). The client would send a string to the server. The server would echo that back to the client. PROBLEM: I can send data to the server, and get data back, but only for the first call to the