[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 ___ __

[issue7887] errno 107 socket.recv issure

2010-02-09 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: The issue tracker is not to a place to find problems in your code (network programming is difficult, even with python). Please ask your questions on the comp.lang.python newsgroup, where many people will be ready to help you. -- nosy: +amaury.fo

[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 ms