Skip to content

Commit

Permalink
Merge branch 'jazzy' into jz_update
Browse files Browse the repository at this point in the history
Signed-off-by: fred-labs <[email protected]>
  • Loading branch information
fred-labs authored Aug 27, 2024
2 parents f12703b + 09e60b3 commit ebd8e44
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,15 @@ def setup(self, **kwargs):
"callback_group": self.cb_group,
}

if self.transient_local:
qos_profile = QoSProfile(depth=1)
qos_profile.durability = DurabilityPolicy.TRANSIENT_LOCAL
client_kwargs["qos_profile"] = qos_profile

client_kwargs = {
"callback_group": self.cb_group,
}

if self.transient_local:
qos_profile = QoSProfile(depth=1)
qos_profile.durability = DurabilityPolicy.TRANSIENT_LOCAL
Expand Down

0 comments on commit ebd8e44

Please sign in to comment.