hypfvieh / dbus-java

Improved version of java DBus library provided by freedesktop.org (https://dbus.freedesktop.org/doc/dbus-java/)
https://hypfvieh.github.io/dbus-java/
MIT License
185 stars 73 forks source link

Allow to configure timeout on sockets #45

Closed chris-melman closed 5 years ago

chris-melman commented 5 years ago

This change allows to set the Timeout of the underlying sockets.

Currently this change is used as a workaround to prevent socket timeouts breaking the connection. The library actually needs a bigger change to enable recovery of broken sockets.