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
Regardless of injection method, using win-ca within (multiple concurrent) NodeJS workers results in the following error.
FATAL ERROR: HandleScope::HandleScope Entering the V8 API without proper locking in place
Presumably this has something to do with shared state between the worker process and the parent, but I really have no clue what's going on here. Is there any way to get win-ca to work properly for code running within a worker?
The text was updated successfully, but these errors were encountered:
Regardless of injection method, using
win-ca
within (multiple concurrent) NodeJS workers results in the following error.Presumably this has something to do with shared state between the worker process and the parent, but I really have no clue what's going on here. Is there any way to get
win-ca
to work properly for code running within a worker?The text was updated successfully, but these errors were encountered: