nbusy / nbusy-android

NBusy Android app.
http://nbusy.com
Apache License 2.0
1 stars 0 forks source link

Previously ACKed messages (by server) is being re-sent upon reconnection mid session #134

Closed soygul closed 7 years ago

soygul commented 7 years ago

Could be due to an inconsistency between in-mem data model and the database since we only call DB.GetQueuedMessages() once upon connection (and don't know if they update the in mem representation, or if it is called upon re-connection at all).

soygul commented 7 years ago

Turns out this is either due to: