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've found a bug where local storage updates become overwritten when it is updated more than once within a single request. I assume this is because LocalDb only reads from the file on construction, and does not re-read from the file before it writes to it.
Is this intended behaviour?
The text was updated successfully, but these errors were encountered:
I've found a bug where local storage updates become overwritten when it is updated more than once within a single request. I assume this is because
LocalDb
only reads from the file on construction, and does not re-read from the file before it writes to it.Is this intended behaviour?
The text was updated successfully, but these errors were encountered: