mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
fixes https://github.com/coder/internal/issues/114 We need to wait for ServerTailnet goroutines to finish when closing down, otherwise we can race with the shutdown of coderd & the coordinator, which causes errors.