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
As suggested by this comment, our concurrency logic needs to be validated for race conditions. Though we expect initialization to be called once, there could be edge cases such as multiple provider registrations which could invoke unwanted initialization attempts.
Acceptance Criteria
In-process provider implementation is validated for potential race conditions and fixed.
The text was updated successfully, but these errors were encountered:
As suggested by this comment, our concurrency logic needs to be validated for race conditions. Though we expect initialization to be called once, there could be edge cases such as multiple provider registrations which could invoke unwanted initialization attempts.
Acceptance Criteria
In-process provider implementation is validated for potential race conditions and fixed.
The text was updated successfully, but these errors were encountered: