Ejemplo n.º 1
0
 def __init__(self):
     NodeConnCB.__init__(self)
     self.create_callback_map()
     self.connection = None
     self.ping_counter = 1
     self.last_pong = msg_pong()
     self.block_receive_map = {}
Ejemplo n.º 2
0
 def __init__(self):
     NodeConnCB.__init__(self)
     self.create_callback_map()
     self.connection = None
     self.ping_counter = 1
     self.last_pong = msg_pong()
     self.conn_closed = False
Ejemplo n.º 3
0
 def __init__(self):
     NodeConnCB.__init__(self)
     self.create_callback_map()
     self.connection = None
     self.ping_counter = 1
     self.last_pong = msg_pong()