def __init__(self, connection):
self.connection = connection
self.uuid = uuid4()
self.broadcast_exchange = Exchange('BROADCAST', type='topic', passive=True)
self.p2p_exchange = Exchange('P2P', type='topic', passive=True)
评论列表
文章目录