Samsung / tizen-common-web

Apache License 2.0
11 stars 4 forks source link

tizen.downloadRequest() downloadID #13

Open dertuerke opened 9 months ago

dertuerke commented 9 months ago

Hello, I have a problem and hope you can help me.

I have a Tizen application that fetches new data from the server every few minutes and stores it on the Tizen. When there is new content, the old data is deleted and the new data is downloaded.

Now I have the problem that after a certain amount of time the Tizen stops downloading new content because the following error message appears: Too many simultaneous downloads

1) Is it correct that after each tizen.downloadRequest() the internal ID is incremented?

2) i get the error after 50 downloadrequests: Too many simultaneous downloads is there a limitation?

I have a TV with Tizen 6.

Thanks for your help