Mark Allen

Results 90 comments of Mark Allen

Hi @antonkulyk thanks for reporting your issue. Please provide a minimal reproduction of the issue by forking the [example app](https://github.com/Vydia/ReactNativeBackgroundUploadExample)

I'm really not sure. I would start by stripping out functionality in your project until it's as close as possible to a minimal example which you have found to work....

I imagine it would have to be implemented for iOS and Android both separately because of the nature of background processes. Looking into it more I'm not sure it would...

Hi @L-Yeiser thanks for the report. If you're unable to reproduce consistently in your environment you could try in a fork of [ReactNativeBackgroundUploadExample](https://github.com/Vydia/ReactNativeBackgroundUploadExample) for a minimal environment

Sorry, I'm not sure. Maybe #83 will help you with handling offline though

@superandrew213 @L-Yeiser I see... Are you able to reproduce the issue consistently in a minimal environment? Such as a fork of [ReactNativeBackgroundUploadExample](https://github.com/Vydia/ReactNativeBackgroundUploadExample)? Please post / link

What do you guys think of what @cristianoccazinsp pointed out in #155?

I believe they will upload in parallel, but it's worth testing. A queueing system sounds like something people would like so I'll keep this open with `help wanted`

@Zabi-Progton @bcutler94 thanks for reporting the issue. @teeolendo Much appreciated for posting that solution. PR would be welcome if you have time to submit one!

@Zabi-Progton and @bcutler94 if you get a chance please test out @teeolendo's branch and let us know if that solved your problem.