-
Notifications
You must be signed in to change notification settings - Fork 15
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
I don't think this is thread-safe #2
Comments
I get the same issue when calling |
I got the same issue with this in Rails 4 especially while running cucumber. I was trying to fork this and see if there's anything I can do to contribute (at least write a test), but somehow Here's my
Below is the error I received when I run rspec
with |
The above problem regarding Still couldn't reproduce the bug in spec though. |
I'm getting |
@jtokoph, in what context? fwiw, this gem is not thread safe. a random word instance should only be used in one thread at a time. |
Using threads in puma which would explain the issue. |
I'm trying to use this with the parallel gem inside a thread and I get this error:
"fiber called across threads"
I'm doing something like this:
The text was updated successfully, but these errors were encountered: