Set self.__closed in closeIntensionally() rather than close().
closeIntensionally() is called when the storage's close() method is called. close() is called when the other end reset the connection. The __closed should only be set with the asyncRPC object should never re-open the connection. Reported by Dyon Balding.
Showing
Please register or sign in to comment