mirror of
https://github.com/coder/coder.git
synced 2026-06-06 22:48:19 +00:00
0d08065488
* fix: use a waitgroup to ensure all connections are cleaned up in agent There was a race where connections would be created at the same time as close. The `net.Conn` produced by Tailscale doesn't close then the listener does. * Remove accidental test