In the previous version, code was taking the Future out of the mutex-guarded Option, setting it to None initially. This means the mutex is shortly unlocked after assigning None (calling take), and technically creates a very small window for conditions to change and create new Future.
Details
Details
Login -> logout -> login = no issues about backup upload, user is not logged out automatically
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage