Socket Receive Buffer

Stewart Midwinter stewartNO at SPAMmidtoad.homelinux.org
Sun Mar 7 13:50:16 EST 2004


christofer wrote:
> I am writing a small IRC type server. I also have a small test client
> for obvious reasons. My problem is that when receiving input from the
> server, my client sometimes ends up with two messages in the same
> input buffer, which obviously causes problems. Anybody know why it is
> doing this?

Are you delimiting each message sent from the server with a '\n' ?



More information about the Python-list mailing list