Marcel348

Results 2 issues of Marcel348

1. The first example does not create MutableStore. MutableStoreBuilder should be used instead of StoreBuilder. 2. The second example Store does not write to cache and SOT after calling store.write...

bug
documentation

Reproduce: 1. Make unsuccessful write to store. In other words call store.write. UpdaterResult returned by post function in Updater should be something like UpdaterResult.Error.Exception(Exception("")) 2. Adjust Api so that post...

bug