zenoh
zenoh copied to clipboard
Session.info() should return accessors rather than properties.
Describe the feature
Session.info()
function currently returns InfoProperties
(a set of Key/Value pairs). This forces all the properties to be build at least on first info()
call even if only part of the infos are needed.
Session.info
should return a handle to the Session
with accessors.