Brad Fitzpatrick 8c4cef60f8 derp: wait for send goroutine to finish before returning from run
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.
2020-03-22 13:10:07 -07:00
..
2020-03-12 14:42:48 -04:00
2020-03-12 14:42:48 -04:00
2020-03-18 16:33:25 +11:00