• Jeremy Hylton's avatar
    Set self.__closed in closeIntensionally() rather than close(). · 28e8004c
    Jeremy Hylton authored
    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.
    28e8004c
zrpc.py 10.7 KB