SAPUI5 hybrid mobile app - What happens on a failed flush()?

141 Views Asked by At

I have a hybrid mobile app developed SAP Web IDE, SAP Cloud Platform using Hybrid App Toolkit (HAT) to build through SAP Mobile Services.

Say, for example, I perform a flush() (Update online database with offline OData) and there's a network error.

What happens next?

  • The offline OData has been updated.

  • The online OData is not updated.

Are the requests still queued, to be flushed on the next flush()?

0

There are 0 best solutions below