Example #1
0
 def dropped(self):
     """
     Close connection and inform p2p service about disconnection
     """
     BasicSafeSession.dropped(self)
     self.p2p_service.remove_peer(self)
Example #2
0
 def dropped(self):
     """ Close connection """
     BasicSafeSession.dropped(self)
     self.resource_server.remove_session(self)