mirror of
https://github.com/pyMC-dev/pyMC_Repeater.git
synced 2026-08-03 23:42:48 +02:00
bf72735233
_consume_via_local_candidates awaited the targeted companion bridge with no exception guard, so a raising bridge aborted the whole candidate loop: the hash-colliding room-server or repeater identity registered at the same one-byte dest hash was never offered the packet, and an unclaimed packet never fell through to the forwarding engine. Wrap the bridge call with the same log-and-continue handling the fan-out path already uses.