mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-11 07:30:55 +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
|
# Call handle peer to keep waiting for updates to peer queue
|
||||||
asyncio.ensure_future(self.handle_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:
|
def get_hello_packet(self) -> rpc_pb2.RPC:
|
||||||
"""Generate subscription message with all topics we are subscribed to
|
"""Generate subscription message with all topics we are subscribed to
|
||||||
|
|||||||
Reference in New Issue
Block a user