SocketServer problem: client hangs trying to reconnect after server restart
cmcp
mcphail_colin at hotmail.com
Mon Feb 28 07:34:10 EST 2011
In method StopServer() of class MyServer try calling self.server_close() after the self.shutdown() call. I believe this will actually close the server's socket and allow its reuse.
More information about the Python-list
mailing list