joltup / rn-fetch-blob

A project committed to making file access and data transfer easier, efficient for React Native developers.
MIT License
2.8k stars 767 forks source link

Reduce concurrent operation count from 10 to 1 #836

Open ladd opened 1 year ago

ladd commented 1 year ago

The queue should be a serial queue, in order to ensure the correct ordering of callbacks.

https://developer.apple.com/documentation/foundation/nsurlsession/1411597-sessionwithconfiguration