mirror of
https://github.com/coder/coder.git
synced 2026-09-23 05:43:53 +08:00
If a workspace is started multiple times, resources may not be invalidated. This means an auth token can be reused for a workspace. coderd closes old agent connections, so this is expected behavior, and the agent will reconnect properly.