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

DBusConnection.close() should release requested bus names #62

Closed lbeuster closed 5 years ago

lbeuster commented 5 years ago

I think a non shared connection should release any requested busnames on close(). With 2.7.x it still worked. With 3.2.x not (don't know the state of 3.0.x).

I created a pull request (#61) with a failing test case.

BTW: It only fails on Ubuntu and passes on Mac.

hypfvieh commented 5 years ago

Should be fixed in Commit https://github.com/hypfvieh/dbus-java/commit/2a387f59a60f486e154f4957450743c4bb0ddab7