mirror of
https://github.com/juanfont/headscale.git
synced 2026-09-13 03:52:02 +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