Giridhar Pemmasani
Giridhar Pemmasani
I fixed SSL and added support for IPv6. I don't have any experience with IPv6, so likely what I did is not right. If you have experience with IPv6, could...
Is it possible to try following patch? I am trying to understand what socket is left behind in an inconsistent state (closed but in notifier). (I thought, as mentioned in...
The fix for _rsock check is already in `terminate`, so it didn't cause crash. The line 'socket 776 is already closed?' is the culprit! However, this is not really a...
I was able to figure out what is causing _rsock to be None for cmd_rsock and fixed it. Now there is no need for explicit check for _rsock being not...
Can you test above patch and confirm if it works?