mongodb / stitch-android-sdk

MongoDB Stitch Android SDK
Apache License 2.0
58 stars 33 forks source link

STITCH-2847 - delays event emission until local changes are applied #153

Closed dkaminsky closed 5 years ago

dkaminsky commented 5 years ago

Addresses the case where sometimes events are received before the local changes are applied by deferring the emission of the event to the write model container in a few places in the data synchronizer.

tkaye407 commented 5 years ago

Dont worry about the checkstyle issue I think I fix it in my current PR