Code Monkey home page Code Monkey logo

Comments (7)

fernandezpablo85 avatar fernandezpablo85 commented on May 22, 2024

Now that you mention it... yeah, I don't know what happened when I was coding that... :P

Is it absolutely necessary to support both timeouts? wouldn't the connect timeout just do?

Thanks!

from scribejava.

jamietsao avatar jamietsao commented on May 22, 2024

I need the read timeout because I'm processing a persistent stream of data via getInputStream() for a long duration. In case the connection is dropped, the read timeout is necessary so that an IOException is thrown. The connection timeout is only useful for the initial connection.

from scribejava.

fernandezpablo85 avatar fernandezpablo85 commented on May 22, 2024

Ok.

planned for 1.0.8

from scribejava.

jamietsao avatar jamietsao commented on May 22, 2024

Great thanks! Let me know if you want me to make this change so you can pull/merge.

from scribejava.

fernandezpablo85 avatar fernandezpablo85 commented on May 22, 2024

Yes that would be awesome.

Just note the 2 spaces for indent and the K&R braces.

Thanks!

from scribejava.

jamietsao avatar jamietsao commented on May 22, 2024

I just sent you a pull request for this. Let me know when 1.0.8 is available!

from scribejava.

fernandezpablo85 avatar fernandezpablo85 commented on May 22, 2024

Merged, I just changed the signature to this:

setConnectTimeout(int duration, TimeUnit unit)

so you can set the timeout both in seconds and millis.

from scribejava.

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.