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 4b894b2 commit faea270Copy full SHA for faea270
include/srsran/support/executors/concurrent_metrics_executor.h
@@ -152,6 +152,8 @@ class concurrent_metrics_executor : public task_executor
152
(void)free_tasks->try_push(task_idx);
153
});
154
if (!success) {
155
+ task = {};
156
+ (void)free_tasks->try_push(task_idx);
157
logger.debug("Unsuccessful execution of handle metrics.");
158
}
159
0 commit comments