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
It would be nice to have better support for monitoring/eavesdropping on messages sent across the bus. I have made a functional example but it requires a bit of monkey patching to change the library's behavior. This is the same functionality provided by the dbus-monitor(1) command.
Support for another flag in match rules, though I'm not 100% certain it's needed for new enough implementations. I'm doing this to behave the same way dbus-monitor does.
After calling BecomeMonitor, the socket becomes write-closed by the server. So the default behavior of #process no longer applies.
I think this is a useful feature, so I'd like to see this upstreamed. Not certain on the exact design though. A special #become_monitor method on DBus::Connection that re-uses the registered @signal_matchrules?
The text was updated successfully, but these errors were encountered:
It would be nice to have better support for monitoring/eavesdropping on messages sent across the bus. I have made a functional example but it requires a bit of monkey patching to change the library's behavior. This is the same functionality provided by the
dbus-monitor(1)
command.dbus-monitor
does.#process
no longer applies.I think this is a useful feature, so I'd like to see this upstreamed. Not certain on the exact design though. A special
#become_monitor
method on DBus::Connection that re-uses the registered@signal_matchrules
?The text was updated successfully, but these errors were encountered: