mirror of
https://github.com/coder/coder.git
synced 2026-06-04 13:38:21 +00:00
b6e7498cb8
Fixes https://github.com/coder/coder/issues/12687 There was a race condition where we would start the rpty lifecycle before generating the ID, leading to a data race where we would try to concurrently read and write the struct field.