Fix ping not properly responding
This commit is contained in:
parent
946fdbd06d
commit
ac17b53663
@ -60,6 +60,7 @@ def gossip_server():
|
||||
match GossipCommands(cmd):
|
||||
case GossipCommands.PING:
|
||||
writer.write(b'PONG')
|
||||
break
|
||||
case GossipCommands.ANNOUNCE:
|
||||
async def _read_announce():
|
||||
address = await reader.readuntil(b'\n')
|
||||
|
Loading…
Reference in New Issue
Block a user