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
the problem is in that ruby performs that operation in 0.1 second, but it takes too long to I/O that value.
So the solution is to kill the process too after the timeout, not only the thread.
...
The text was updated successfully, but these errors were encountered: