Bug fixes
-
Fix MAPI protocol corruption bug caused by socket.send() being used in some places rather than socket.sendall().
-
When disconnecting, check that the socket hasn't already been closed and dropped, for example by _sabotage().
Bug fixes
Fix MAPI protocol corruption bug caused by socket.send() being used in some places rather than socket.sendall().
When disconnecting, check that the socket hasn't already been closed and dropped, for example by _sabotage().