Giter Club home page Giter Club logo

Comments (4)

vishnuag05 avatar vishnuag05 commented on May 23, 2024

@appcelerate I am also facing same issue , I believe its because you have started so many downloads and during this function some downloads may be finished . I tried this dint get the error after -
if self.downloadingArray.count > index
{
self.downloadingArray[index] = downloadModel
}
else
{
for (index, downloadModel) in self.downloadingArray.enumerated() {
if downloadTask.isEqual(downloadModel.task) {
self.downloadingArray[index] = downloadModel
}
}
}

Let me know if its @mzeeshanid appropriate to use. @mzeeshanid I believe you havent used synchronization for delegate functions

from mzdownloadmanager.

appcelerate avatar appcelerate commented on May 23, 2024

@vishnuag05 thanks for reply,

but i configured it that you can only download one file. If its completed u can download an other one.

And what do u mean with

I believe you havent used synchronization for delegate functions

Regards
Dennis

from mzdownloadmanager.

YogeshBhattGWL avatar YogeshBhattGWL commented on May 23, 2024

Any solution guys?
I am facing retain count error here

from mzdownloadmanager.

tejua avatar tejua commented on May 23, 2024

@appcelerate @vishnuag05 getting same issue after changes
Any other solution ?

from mzdownloadmanager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.