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
This gives us access to Card::reconnect() from within a transaction so
that we can check the card status and reset it conditionally with no
interference from other processes.
This fixes a race condition I had between two processes where both
processes passed the status check resulting in two card resets.
Signed-off-by: Konrad Vité <[email protected]>
0 commit comments