noyainrain / listling

Web app to make and edit lists collaboratively.
https://listling.org/
GNU Affero General Public License v3.0
34 stars 8 forks source link

Fix listling-list-page update if reconnecting #87

Closed noyainrain closed 4 years ago

noyainrain commented 4 years ago

If the device is online while the list Activity is still reconnecting, user actions will succeed, but we will miss the corresponding events and thus not update the list page. To reproduce:

  1. Open Listling
  2. Start a simple list
  3. Restart server (app will start to reconnect)
  4. Add an item
  5. Observe that the item does not appear

Depends on noyainrain/micro#113.

noyainrain commented 4 years ago

Closed with 7f69da8.