mirror of
https://github.com/tailscale/tailscale.git
synced 2025-05-14 21:00:15 +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.