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
Added flag to see if the configuration is currently updating
Config header checks can force an update as well as the settings timer running on the client at the same time.
One problem with this is that SettingsManager is stateless and could have mutliple clients using it. This change can prevent multiple clients from updating at the same time. There are already checks in the client instance but they are not visible to the submission client
0 commit comments