예제 #1
0
 def __init__(self, factory, *endpoints):
     ZmqConnection.__init__(self, factory, *endpoints)
     self._routing_info = {}  # keep track of routing info
예제 #2
0
 def __init__(self, factory, *endpoints):
     ZmqConnection.__init__(self, factory, *endpoints)
     self._requests = {}
예제 #3
0
파일: xreqxrep.py 프로젝트: d4g33z/tx0mq
 def __init__(self, factory, *endpoints):
     ZmqConnection.__init__(self, factory, *endpoints)
     self._requests = {}
예제 #4
0
파일: xreqxrep.py 프로젝트: d4g33z/tx0mq
 def __init__(self, factory, *endpoints):
     ZmqConnection.__init__(self, factory, *endpoints)
     self._routing_info = {}  # keep track of routing info
예제 #5
0
 def __init__(self, *endpoints):
     ZmqConnection.__init__(self, *endpoints)
     self._requests = {}
     self._uuids = []