Re: multiple services per client?
Lawrence D'Oliveiro <ldo-kC51rjc0cqs1dNLGKZg6taU/[email protected]>
| Newsgroups | gmane.comp.freedesktop.dbus |
|---|---|
| Organization | Geek Central |
| Message-ID | <[email protected]> |
On Mon, 18 Feb 2019 00:52:07 -0500, Felipe Gasper wrote: > It appears to be theoretically possible, but the reference > implementation’s daemon seems always to rewrite the DESTINATION > header to be the destination’s unique bus name, which in effect rules > out multiple services per connection. If you want to differentiate services, do it based on the interface name, not the bus name. Remember that a client can easily address a request to your unique name instead of your well-known name anyway. You don’t want to behave differently based on this, do you? _______________________________________________ dbus mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dbus