subscribeForSigits and async gift wrap processing #194
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It was noticed we stop receiving new gift wraps (subscribes for events get closed), and only after refreshing we would get the new updates.
The issue was compounded by the race condition (related to the #193) and inability to check if we are already processing a sigit which caused us to show stale sigit data.
Additionally, processing can fail silently while at the same time we mark the gift wrap as processed.
To solve this, we need to:
processedGiftWraps
list