[issue7887] errno 107 socket.recv issure
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
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