dropbox-sdk-obj-c icon indicating copy to clipboard operation
dropbox-sdk-obj-c copied to clipboard

Anyone else experiencing slow sync?

Open guidedways opened this issue 5 years ago • 3 comments

Lately it seems the batch upload / download methods seem to 'hang' forever and don't timeout (no matter how long you let the request running). I'm frequently receiving reports of the app syncing endlessly, and upon closer examination it's almost always when our app is batch uploading or simply deleting files one after another.

I can't figure out what's going on, but quitting and relaunching the app seems to work - until it hangs again. It looks as though the requests / url sessions at times never finish or aren't being cleaned up properly perhaps. I'm not sure. But wondering if someone else is experiencing something similar?

guidedways avatar Mar 14 '19 01:03 guidedways

Thanks for the report. I'm not aware of anything like this, but we'll be happy to look into it. (Issue #242 looks slightly related, but doesn't describe quite the same behavior.)

To help us track this down, can you let us know:

  • when you say "lately", do you mean as of a particular version of the SDK, or just as of a particular date? Please let us know what SDK version(s) you're seeing this with, or when, to the best of your knowledge, this started happening.
  • is there any output during this issue that you can share?
  • is there any other pattern you've noticed for when this happens, e.g., for iOS version, type of device, etc.?

Thanks in advance!

greg-db avatar Mar 14 '19 15:03 greg-db

It doesn't seem to be a particular version of the SDK - it seems to have slowed down over all. Lately, past few weeks especially, we're seeing dozens of network timeouts for requests with sync failing randomly due to this. We haven't touched the sync related code of our app for over a year, nor have I updated the SDK. Are there network issues with Dropbox in general these days?

guidedways avatar Jul 11 '20 13:07 guidedways

I'm not aware of anything in particular that should be causing issues like this.

Can you share some more information to help us investigate? For example, the steps to reproduce the issue, and any errors or unexpected output would be helpful.

greg-db avatar Jul 13 '20 16:07 greg-db