[issue7887] errno 107 socket.recv issure

2010-02-09 Thread Jordan Apgar
Jordan Apgar added the comment: Sorry I was under the impression this was an issue with the socket module -- ___ Python tracker <http://bugs.python.org/issue7

[issue7887] errno 107 socket.recv issure

2010-02-08 Thread Jordan Apgar
New submission from Jordan Apgar : I have a simple tcp server and client where the server sits and waits for a message and then processes it, my client sends its first message to the server. On the server I receive: socket.error: [Errno 107] Transport endpoint is not connected when calling