When the user-token is renewed multiple tokens are requested due to "race conditions" (i.e. whoever grabs the token while it is still in the process of renewal also requests a new one).
There needs to be some synchronization around this asynchronous process.
This does not keep the MVP from working, but needs to be resolve before a more stable release.
When the user-token is renewed multiple tokens are requested due to "race conditions" (i.e. whoever grabs the token while it is still in the process of renewal also requests a new one).
There needs to be some synchronization around this asynchronous process.
This does not keep the MVP from working, but needs to be resolve before a more stable release.