Giter Site home page Giter Site logo

Comments (5)

ombr avatar ombr commented on August 15, 2024

Hi,

Could you explain your use case. Why do you need to keep the order ? (I am trying to understand why it should be usefull ?)

Thanks.

Luc

from cordova-plugin-background-upload.

piercers avatar piercers commented on August 15, 2024

Hi Luc!

Users on our client side are able to customize the order of images taken before the application uploads them, and the API we're communicating with assumes the order in which it receives photos is the order set by the client.

Does that help?

from cordova-plugin-background-upload.

ombr avatar ombr commented on August 15, 2024

Yes it helps, but you how do you handle parallelism ? How do you handle failure ? If one request fail, the plugin, will save the failure and proceed to the next one. You have to retry the upload, but it will arrive at the end... I would recommend to try to find another way of sending the order, and if the api is a vendor api to put a middleware in between.

That is why we do not preserve order. I hope it helps, let me know if you have questions.

from cordova-plugin-background-upload.

piercers avatar piercers commented on August 15, 2024

This is good information, thank you very much.

Your recommendation is along the same lines as one option we had considered as well so we'll probably go with that: have a middleware service enforce the order.

Super easy to use plugin -- thanks for the time!

from cordova-plugin-background-upload.

ombr avatar ombr commented on August 15, 2024

@piercers you are welcome, you can try the new version which should be released soon, on afnetworking branch)

from cordova-plugin-background-upload.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.