mirror of
https://github.com/juanfont/headscale.git
synced 2026-04-27 19:17:16 +02:00
change.Merge keeps the first PingRequest seen when merging, which means a later probe's callback URL is silently dropped if a stale merge is in-flight. Document the contract at Merge and at doPing so callers know to serialise probes. Updates #3157