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
I am also not sure what would lead to this condition, but I would guess that it may be due to using nested transactions that with asynchronously callback execution that are allowed to overlap (not awaiting the result of one before the next starts or finishes). Certainly if you are able to figure out more specifically how to reproduce, I can try to address it.
I have a crawler that leverages
lmdb-js
and it periodically hits an error.Error:
Browsing through the source, I cannot think of a reason this would be happening.
Any ideas what would cause this?
The text was updated successfully, but these errors were encountered: