mirror of
https://github.com/juanfont/headscale.git
synced 2026-05-29 05:26:38 +09:00
2530d86f1b
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