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 got an exception inside a code block wrapped in transaction function, after that reactions stopped working.
Problem was found that the function increments globalState.inTransaction and then decrements it without try/finally block.
The text was updated successfully, but these errors were encountered:
I got an exception inside a code block wrapped in transaction function, after that reactions stopped working.
Problem was found that the function increments globalState.inTransaction and then decrements it without try/finally block.
The text was updated successfully, but these errors were encountered: