eclipse-zenoh / zenoh

zenoh unifies data in motion, data in-use, data at rest and computations. It carefully blends traditional pub/sub with geo-distributed storages, queries and computations, while retaining a level of time and space efficiency that is well beyond any of the mainstream stacks.
https://zenoh.io
Other
1.52k stars 161 forks source link

MatchingStatus and MatchingListener do not work for session-local subscribers with origin == Locality::SessionLocal #1605

Open DenisBiryukov91 opened 4 days ago

DenisBiryukov91 commented 4 days ago

Describe the bug

MatchingStatus and MatchingListener do not work for session-local subscribers with origin == Locality::SessionLocal

To reproduce

  1. create publisher
  2. create matching subscriber with origin = Locality::SessionLocal on the same session
  3. publisher.matching_status() will return no matches

System info

Any