Exemplo n.º 1
0
 def __init__(self, factory, *endpoints):
     ZmqConnection.__init__(self, factory, *endpoints)
     self._routing_info = {}  # keep track of routing info
Exemplo n.º 2
0
 def __init__(self, factory, *endpoints):
     ZmqConnection.__init__(self, factory, *endpoints)
     self._requests = {}
Exemplo n.º 3
0
 def __init__(self, factory, *endpoints):
     ZmqConnection.__init__(self, factory, *endpoints)
     self._requests = {}
Exemplo n.º 4
0
 def __init__(self, factory, *endpoints):
     ZmqConnection.__init__(self, factory, *endpoints)
     self._routing_info = {}  # keep track of routing info
Exemplo n.º 5
0
 def __init__(self, *endpoints):
     ZmqConnection.__init__(self, *endpoints)
     self._requests = {}
     self._uuids = []