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
I'm calling setAsyncOperationsManagerState to set a new state that erases records of some operations, and it doesn't actually update the AOM state. That is, after calling that method, the result of getAsyncOperationsManagerState is still the same. If I first call clearAsyncOperationsManagerState, then set the state to the value I want, it works. Maybe calling setState is combining the new state (passed in to the setState method) with the existing state?
The text was updated successfully, but these errors were encountered:
sam1463
changed the title
setAsyncOperationsManagerState not working as expected
setAsyncOperationsManagerState not working as expected
Feb 26, 2019
I'm calling
setAsyncOperationsManagerState
to set a new state that erases records of some operations, and it doesn't actually update the AOM state. That is, after calling that method, the result ofgetAsyncOperationsManagerState
is still the same. If I first callclearAsyncOperationsManagerState
, then set the state to the value I want, it works. Maybe calling setState is combining the new state (passed in to the setState method) with the existing state?The text was updated successfully, but these errors were encountered: