Skip to content

fix: improve handling of streaming error state changes/logging (#439) #1813

fix: improve handling of streaming error state changes/logging (#439)

fix: improve handling of streaming error state changes/logging (#439) #1813

Triggered via push September 30, 2024 19:48
Status Success
Total duration 5m 17s
Artifacts

cpp-linter.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
/libs/client-sdk/src/data_sources/streaming_data_source.cpp:32:13 [performance-unnecessary-value-param]: libs/client-sdk/src/data_sources/streaming_data_source.cpp#L32
parameter 'ioc' is passed by value and only copied once; consider moving it to avoid unnecessary copies
/libs/client-sdk/src/data_sources/streaming_data_source.cpp:178:21 [performance-move-const-arg]: libs/client-sdk/src/data_sources/streaming_data_source.cpp#L178
std::move of the const variable 'error_string' has no effect; remove std::move() or make the variable non-const
/libs/client-sdk/src/data_sources/streaming_data_source.cpp:187:21 [performance-move-const-arg]: libs/client-sdk/src/data_sources/streaming_data_source.cpp#L187
std::move of the const variable 'error_string' has no effect; remove std::move() or make the variable non-const
/libs/client-sdk/src/data_sources/streaming_data_source.cpp:194:21 [performance-move-const-arg]: libs/client-sdk/src/data_sources/streaming_data_source.cpp#L194
std::move of the const variable 'error_string' has no effect; remove std::move() or make the variable non-const
/libs/client-sdk/src/data_sources/streaming_data_source.cpp:201:21 [performance-move-const-arg]: libs/client-sdk/src/data_sources/streaming_data_source.cpp#L201
std::move of the const variable 'error_string' has no effect; remove std::move() or make the variable non-const