realm / realm-core

Core database component for the Realm Mobile Database SDKs
https://realm.io
Apache License 2.0
1.01k stars 152 forks source link

No-op subscription changes do not report download progress #7867

Closed sync-by-unito[bot] closed 1 week ago

sync-by-unito[bot] commented 2 weeks ago

Making a subscription change which does not actually change the set of in-view objects can result in the server sending us a DOWNLOAD message with estimate=0 followed by one with estimate=1. Depending on the previous state of notifications sent, this may result in sending a notification for estimate=0 but not the estimate=1 notification.

sync-by-unito[bot] commented 2 weeks ago

➤ PM Bot commented:

Jira ticket: RCORE-2192