Is there concurrent requests limit for DBRestClient (iOS SDK)? On slower networks when multiple requests for file upload/download issued most of requests fail with error 1001. Any recommended limit?
While it's possible to build workaround by sequentially uploading/downloading file one by one, this seems overkill especially when multiple requests works fine when network is fast enough.
Feature request for iOS SDK : It would be nice if SDK would provide way to set concurrent requests limit for DBRestClient/DBSession and provided polling of requests at the SDK level (instead of every developer building request management by himself).