mirror of
https://git.vectorsigma.ru/public/headscale.git
synced 2026-08-04 01:58:11 +00: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