mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Spin up handle_dead_peer_queue task
This commit is contained in:
@ -141,6 +141,7 @@ class Pubsub:
|
||||
|
||||
# Call handle peer to keep waiting for updates to peer queue
|
||||
asyncio.ensure_future(self.handle_peer_queue())
|
||||
asyncio.ensure_future(self.handle_dead_peer_queue())
|
||||
|
||||
def get_hello_packet(self) -> rpc_pb2.RPC:
|
||||
"""Generate subscription message with all topics we are subscribed to
|
||||
|
||||
Reference in New Issue
Block a user