Store/store
Yigit Boyar c82421104e
Fix key tracker (#18)
* Fix KeyTracker subscription order

This PR fixes a race condition where if the SimplePersisterAsFlowable's write
is called inside a reader, reader wouldn't be notified again

* Fix StreamOneKeyTest

This test was passing by mistake :/. Right now, when we create the backport
Store from a Pipeline, the  method skips memory cache but uses
disk cache. This test was not initializing the disk cache w/ empty value,
which meant the initial read would get first value as if it is cached and
then would also get the new value.'
The test didn't fail before because KeyTracker had a concurrency but where
it missed 1 invalidation call
2019-08-03 01:37:46 -07:00
..
libs initialCommit 2016-11-29 13:59:48 -05:00
src Fix key tracker (#18) 2019-08-03 01:37:46 -07:00
build.gradle Suspend cache (#8) 2019-07-02 07:25:36 -07:00
gradle.properties fixing tests 2019-02-10 19:23:00 -05:00
version.properties initial 2017-01-04 14:17:53 -05:00