Closed mauropasse closed 2 years ago
Listener callbacks for QoS events were being called when assigned.
They should be called here only if there were previous events before setting these callbacks.
This PR checks the total_count_change for each event, and if greater than zero, call the corresponding callback.
total_count_change
Signed-off-by: Mauro Passerino mpasserino@irobot.com
CI:
Green CI and approved, so merging.
@mergifyio backport humble
backport humble
Listener callbacks for QoS events were being called when assigned.
They should be called here only if there were previous events before setting these callbacks.
This PR checks the
total_count_change
for each event, and if greater than zero, call the corresponding callback.Signed-off-by: Mauro Passerino mpasserino@irobot.com