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
When a new configuration is fetched it should only become active if the context it was fetched for, is (still) the current context when the fetch is resolved.
Actual behavior
If the context is changed in rapid succession we have a race condition. If the fetches don't resolve in the same order they were started, we might activate the "wrong" configuration.
See for instance here. Note: The same problem is applicable to initialise followed by a context change.
The text was updated successfully, but these errors were encountered:
Expected behavior
When a new configuration is fetched it should only become active if the context it was fetched for, is (still) the current context when the fetch is resolved.
Actual behavior
If the context is changed in rapid succession we have a race condition. If the fetches don't resolve in the same order they were started, we might activate the "wrong" configuration.
See for instance here. Note: The same problem is applicable to initialise followed by a context change.
The text was updated successfully, but these errors were encountered: