remove an object, notify proxies?
Eric Jonas
jonas at MIT.EDU
Mon Jun 23 17:37:17 PDT 2008
What's the "right" way to use the python-dbus bindings' object proxies
when objectpaths might disappear on the bus at any time?
I've tried having one of the exported objects in my server use
self.remove_from_connection(), but then the next invocation on that
object from the proxy gives an UnknownMethod error.
Is it possible to somehow get a more useful exception when this
happens?
Thanks,
....Eric
More information about the dbus
mailing list