mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
d44876382d
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.