zenoh icon indicating copy to clipboard operation
zenoh copied to clipboard

Session.info() should return accessors rather than properties.

Open OlivierHecart opened this issue 2 years ago • 0 comments

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.

OlivierHecart avatar Jun 30 '22 07:06 OlivierHecart