Coder Social home page Coder Social logo

Comments (2)

kristian-lange avatar kristian-lange commented on June 12, 2024 1

Thank you pointing out this issue and thank you for your effort of actually diving into the source code and finding the location of the culprit. It looks indeed like the line setTimeout(run, request.retryWait); removed in this commit is the problem. It seems to be responsible for whenever the attempted request fails not due to the server, but due to a genuine network fail (e.g. network timeout) and the browser does not receive any kind of response, this leads to the described issue. Requests that fail on the server and return some kind of status code =! 200 are still handled correctly because the function xhr.onload has an setTimeout(run, request.retryWait);. I likely moved the line from the handleErrorAndRetry function into xhr.onload and forgot about xhr.ontimeout and xhr.onerror functions. Again, thank you for finding this!

It shouldn't be too difficult to fix. Do you want to create a Pull Request? I can then create a new release.

from jatos.

kristian-lange avatar kristian-lange commented on June 12, 2024

Part of release v3.8.6

from jatos.

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.