You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the dbus specification, it looks like eavesdropping was deprecated in v0.31:
Formally deprecate eavesdropping in favor of BecomeMonitor
I believe this means that at the very least, /_examples/eavesdrop.go is out of date, and potentially the underlying Conn.Eavesdrop method as well.
The example did not work for certain rules, particularly when I was attempting to monitor notifications with interface='org.freedesktop.Notifications', but did work for conn.BusObject.Call("org.freedesktop.DBus.Monitoring.BecomeMonitor, 0, <rules>, uint(0)).
Hopefully everything above is correct: I'm new to dbus and just learning Go. It's possible that everything above is completely incorrect, in which case sorry for the extraneous issue! Thanks!
The text was updated successfully, but these errors were encountered:
In the dbus specification, it looks like eavesdropping was deprecated in v0.31:
I believe this means that at the very least,
/_examples/eavesdrop.go
is out of date, and potentially the underlyingConn.Eavesdrop
method as well.The example did not work for certain rules, particularly when I was attempting to monitor notifications with
interface='org.freedesktop.Notifications'
, but did work forconn.BusObject.Call("org.freedesktop.DBus.Monitoring.BecomeMonitor, 0, <rules>, uint(0))
.Hopefully everything above is correct: I'm new to dbus and just learning Go. It's possible that everything above is completely incorrect, in which case sorry for the extraneous issue! Thanks!
The text was updated successfully, but these errors were encountered: