示例#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 = {}
示例#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
示例#3
0
 def __init__(self):
     NodeConnCB.__init__(self)
     self.create_callback_map()
     self.connection = None
     self.ping_counter = 1
     self.last_pong = msg_pong()