Proxy Objects & Interfaces In DBussy
Lawrence D'Oliveiro
ldo at geek-central.gen.nz
Sun Jan 14 20:55:06 UTC 2018
On Sun, 14 Jan 2018 13:06:12 +0100, rony wrote:
> the point that everyone makes is that you need to use the same thread
> for sending and receiving messages that created the DBus connection.
> Therefore you need to make sure that the dispatching is done in the
> same thread that established the DBus connection.
Yet I have a test example that uses the async call I added (do the open
connection on a separate temporary thread, then do all the message
sending/receiving back on the main thread) and it seems to work.
What pitfalls should I watch out for?
More information about the dbus
mailing list