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
When attaching a Ruby function, it is not possible for that function to evaluate any JavaScript: there is a recursive locking error.
It would be nice if the attached function could access the JavaScript environment. Perhaps, the mutex could be released when calling the attached external function?
When attaching a Ruby function, it is not possible for that function to evaluate any JavaScript: there is a recursive locking error.
It would be nice if the attached function could access the JavaScript environment. Perhaps, the mutex could be released when calling the attached external function?
This does not work:
Environment:
3.0.2
0.5.0
The text was updated successfully, but these errors were encountered: