bubbl3gum
bubbl3gum
You mean this line? s.setsockopt(socket.SOL_SOCKET, socket.SO_REUSEADDR, 1) Well, when I comment it out, the behaviour is the same.
Can you reproduce this? The only thing that I changed is that I commented out the line client.notify("shutdown") in example/client.py so that the server continues serving after the client disconnects....
Ok, I did a fresh checkout and _only_ commented out the line where the client sends the 'shutdown' to the server. I have the following watch-command running during the whole...