Giter VIP home page Giter VIP logo

Comments (6)

hypfvieh avatar hypfvieh commented on August 16, 2024

No that is not the intended behaviour. I guess that this has something to do with the pull request which added the timeout stuff ..

from dbus-java.

lbeuster avatar lbeuster commented on August 16, 2024

Currently this timeout is used as the read timeout on the connection. Is that really needed? Maybe it makes more sense to have a connect timeout (at least for TCP - don't know if this is useful for domain sockets)?

from dbus-java.

hypfvieh avatar hypfvieh commented on August 16, 2024

I think setting a read timeout on the InputStream is not really useful at all (weird behaviour).
There might be no answer for a long time, so closing the stream after a minute or so would not be suitable for any usage.

As you said, a connect timeout is useful at least for TCP.

On unix sockets, I cannot imagine any configuration that would benefit from a connect timeout.
If there is a permissioning issue, the connection will fail immediately.
If there is no socket file at all, connection also fails instantly.

If you like you can fix it, then I'll merge your PR tomorrow, otherwise I'll take a look at it tomorrow.

from dbus-java.

lbeuster avatar lbeuster commented on August 16, 2024

I'll leave it for you since since I'm not quite sure what to do with the timeout ;)

from dbus-java.

hypfvieh avatar hypfvieh commented on August 16, 2024

I've changed the timeout stuff. Timeout will now only be used when using TCP socket and only for the connect method (to set the timeout before connection attempt fails).

All other options do not make sense at all. Stop reading on the InputStream after X seconds is not useful in any way. It would only make sense if DBus would use some sort of heartbeating system, but there isn't something like that.

from dbus-java.

lbeuster avatar lbeuster commented on August 16, 2024

Thanks, works.

from dbus-java.

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.