GithubHelp home page GithubHelp logo

Comments (4)

semiautomatix avatar semiautomatix commented on August 20, 2024

Might be an Axios issue: axios/axios#56

from apisauce.

skellock avatar skellock commented on August 20, 2024

What is your environment? React Native? Version? Simulator? OS Version?

I've seen this behaviour on older versions of iOS 8 before.

from apisauce.

semiautomatix avatar semiautomatix commented on August 20, 2024

@skellock thanks for the reply, running Genymotion with Android 5.1.0

Ok, I've tried it out on Android 6.0.1 on an actual device and am receiving a NETWORK_ERROR, after several seconds, even though the timeout is set to 1 second.

Running React Native 0.41.2 and apisauce 0.10.0, developing in Windows 10

from apisauce.

skellock avatar skellock commented on August 20, 2024

There's a lot of layers in between your app & the call to the server.

Your App > Apisauce > Axios > XMLHttpRequest JS > React Native Networking Bridge > JavaScriptCore > OkHttp or NSURLSession (depending on platform). I've also seen the simulator and device perform differently too.

Having the right errors bubble up has been challenging. See #7 for a little more details why.

One thing I had considered before is that we might be able to set our own timeouts via a promise race. You can do this now because Axios recently exposed a cancellation token.

Let me know if you have luck with that route.

from apisauce.

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.