This change is about creating a write through cache with pouchDB. Instead of loading data from the DB and then asking signalR for more data and trying to merge the two streams of data, I subscribe to all data (existing + updates) from pouchDB and then just push the new data into the DB.
This change is about creating a write through cache with pouchDB. Instead of loading data from the DB and then asking signalR for more data and trying to merge the two streams of data, I subscribe to all data (existing + updates) from pouchDB and then just push the new data into the DB.