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
{{ message }}
This repository was archived by the owner on Dec 21, 2022. It is now read-only.
When multiple threads act on the same host, (That is exceptional, it doesn't happen in our own deployment, but it can happen.), and threads change the context by executing a with cd-command, this context is changed in the other threads as well.
The solution is probably to clone the hosts contexts as soon as a new thread i created, or to make it immutable, and copy it around in the Env object.