mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
chatd.New() no longer auto-starts the acquire/wake loop. Callers that want chat processing call server.Start() explicitly. Tests that want a passive server skip Start(); heartbeat, stream janitor, and stale recovery still run. Closes coder/internal#1502