You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#15475)
Fixes#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.
Seen here: https://github.com/coder/coder/actions/runs/8359694931/job/22883576316
The text was updated successfully, but these errors were encountered: