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
Tested with various common items like dirt, stone, mycelium etc, and it seems like a lot of blocks show the wrong amounts when checking history.
When selling 64 stone, the history would say 65. When selling 16 dirt, history would show 13. We've also encountered certain purchases not being displayed at all.
I haven't been able to pinpoint any pattern or cause, as its just happening at random.
The text was updated successfully, but these errors were encountered:
This fixes a race condition where entries would go missing
when a transaction happened while the batch was saving as
the batch was cleared after saving.
This is fixed by polling a queue now.
Potentially related to #60
CSN version: 1.3.3 build 51
server: git-purpur-1528 1.18.1
Tested with various common items like dirt, stone, mycelium etc, and it seems like a lot of blocks show the wrong amounts when checking history.
When selling 64 stone, the history would say 65. When selling 16 dirt, history would show 13. We've also encountered certain purchases not being displayed at all.
I haven't been able to pinpoint any pattern or cause, as its just happening at random.
The text was updated successfully, but these errors were encountered: