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 afb943c commit 33458a4Copy full SHA for 33458a4
libs/client-sdk/src/api.cpp
@@ -49,8 +49,6 @@ Client::Client(Config config, Context context)
49
event_processor_ = std::make_unique<detail::NullEventProcessor>();
50
}
51
52
- data_source_->Start();
53
-
54
status_manager_.OnDataSourceStatusChange([this](auto status) {
55
if (status.State() == DataSourceStatus::DataSourceState::kValid ||
56
status.State() == DataSourceStatus::DataSourceState::kShutdown ||
0 commit comments