You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This ticket is a follow up to the discuss #91 (comment)
#91 introduced a dependency on rmw_dds_common to reuse certain methods to check for qos compatibility. However, the zenoh protocol is generally more tolerable to QoS mismatches that rmw_dds_common might flag as incompatible. By relying on rmw_dds_common, we retain the incompatibility warnings despite transport delivering message payloads.
We should drop the rmw_dds_common dependency in the future and implement qos compatibility methods that better reflect the zenoh protocol.
The text was updated successfully, but these errors were encountered:
This ticket is a follow up to the discuss #91 (comment)
#91 introduced a dependency on rmw_dds_common to reuse certain methods to check for qos compatibility. However, the
zenoh
protocol is generally more tolerable to QoS mismatches thatrmw_dds_common
might flag as incompatible. By relying onrmw_dds_common
, we retain the incompatibility warnings despite transport delivering message payloads.We should drop the
rmw_dds_common
dependency in the future and implement qos compatibility methods that better reflect thezenoh
protocol.The text was updated successfully, but these errors were encountered: