mirror of
https://github.com/coder/coder.git
synced 2026-09-22 13:10:21 +08:00
* fix: Only hold `tailnet.*Conn.Close()` for a short duration The long duration could be cause to a test deadlock. * Add closed chan to listener struct