-
-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Concurrency violation detected on multithread config #229
Comments
Yeah, this is basically because the |
Not sure if this matters, but I'm also seeing this when using multiple separate worker processes, e.g. |
@ExpandingMan is it the same stack trace, coming from the same location? |
This is on latest master on 1.6:
Looks the same at a glance. |
Yeah that's one of the other places I'd expect this to occur. Well, hopefully now it's fixed for good on the latest release 🙂 |
Noticed this on a multi-thread env. Was working on one thread env for a while and didn't notice this before
It's happening on the branch from this PR #223 and on master as well
The text was updated successfully, but these errors were encountered: