We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://discord.com/channels/830183651022471199/1095424613284065330/1095424613284065330
We are hitting this assert:
const oldCount = this._refCounts.get(refHash); ... assert(oldCount > 0);
This is in some old code dealing with the in memory cache and the error happens during persist.
We've made significant change to both the on memory cache and to persist so it is possible this assert no longer fails.
The text was updated successfully, but these errors were encountered:
Most likely fixed by rocicorp/mono@4378df2f
Sorry, something went wrong.
No branches or pull requests
https://discord.com/channels/830183651022471199/1095424613284065330/1095424613284065330
We are hitting this assert:
This is in some old code dealing with the in memory cache and the error happens during persist.
We've made significant change to both the on memory cache and to persist so it is possible this assert no longer fails.
The text was updated successfully, but these errors were encountered: