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
The first example does not create MutableStore. MutableStoreBuilder should be used instead of StoreBuilder.
The second example Store does not write to cache and SOT after calling store.write function.
Because StoreDelegateWriteResult.Error.Exception is thrown in write function of RealStore.kt file with message "java.lang.IllegalStateException: non mutable store never call this function".
(possible bug?)
The text was updated successfully, but these errors were encountered:
The first example does not create MutableStore. MutableStoreBuilder should be used instead of StoreBuilder.
The second example Store does not write to cache and SOT after calling store.write function.
Because StoreDelegateWriteResult.Error.Exception is thrown in write function of RealStore.kt file with message "java.lang.IllegalStateException: non mutable store never call this function".
(possible bug?)
The text was updated successfully, but these errors were encountered: