mirror of
https://github.com/juanfont/headscale.git
synced 2026-07-10 18:18:19 +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