mirror of
https://github.com/coder/coder.git
synced 2026-09-22 13:10:21 +08:00
* 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