Break loop on existing entry in announce queue

master
Mark Qvist 2026-08-19 13:02:28 +02:00
parent d825e39379
commit 40a862acbd
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -1397,6 +1397,7 @@ class Transport:
if e["destination"] == packet.destination_hash: if e["destination"] == packet.destination_hash:
already_queued = True already_queued = True
existing_entry = e existing_entry = e
break
emission_timestamp = Transport.announce_emitted(packet) emission_timestamp = Transport.announce_emitted(packet)
if already_queued: if already_queued: