We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b159f commit 9836e36Copy full SHA for 9836e36
rmw_zenoh_cpp/src/detail/event.cpp
@@ -182,7 +182,7 @@ void EventsManager::update_event_status(
182
status_to_update.total_count += std::max(0, current_count_change);
183
status_to_update.total_count_change += std::max(0, current_count_change);
184
status_to_update.current_count += current_count_change;
185
- status_to_update.current_count_change = current_count_change;
+ status_to_update.current_count_change += current_count_change;
186
status_to_update.changed = true;
187
}
188
0 commit comments