mirror of
https://github.com/juanfont/headscale.git
synced 2026-05-29 21:46:38 +09:00
842f36225e
Blocked callers waiting on a pingTracker response channel would hang forever if the server Close()d mid-probe. Drain the pending map on Close so those goroutines unblock and exit cleanly. Updates #3157