couchbaselabs / mobile-dart-flutter-plugin

1 stars 0 forks source link

Browser replication stops after 5 minutes #46

Open jhilgedick-disney opened 1 month ago

jhilgedick-disney commented 1 month ago

Testing has gone well - but I've noticed that the example app begins to fail in the browser in a particular way.

  1. I start the example browser app (chrome) and the mobile app (either Android or iOS)
  2. send messages back and forth for a few minutes
  3. stop sending messages for 5 minutes
  4. use the mobile app to send a message - message will NOT appear in the browser.
  5. go to the browser app and attempt to send a message - message will be received by mobile app but will not be shown in the browser app.

I suspect this problem has nothing to do with replication and everything to do with a failure to properly update the message area above - but need to point it out.

I've attached the log files from the browser app. An error is shown right away during startup. browser-log-files.txt After the 5 minutes of no message sending, nothing appears in the log files for the browser.

Fujio-Turner commented 1 month ago

@jhilgedick-disney ,

Thanks for the logs. Let me get with the team and review.

Jeff-Couchbase commented 1 month ago

Hi @jhilgedick-disney ,

Currently fixing this issue to handle the connection during idle.