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?
I'm calling
setAsyncOperationsManagerStateto 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 ofgetAsyncOperationsManagerStateis 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?