Spin up handle_dead_peer_queue
task
This commit is contained in:
parent
84f5210220
commit
a8d9536b08
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user