mirror of
https://github.com/tailscale/tailscale.git
synced 2025-05-16 15:29:28 +00:00

I saw a test flake due to the sender goroutine logging (ultimately to t.Logf) after the server was closed. This makes sure the all goroutines are cleaned up before Server.Close returns.