Skip to content

Commit 33458a4

Browse files
authored
fix: remove extra call to data_source->Start() in api.cpp (#37)
1 parent afb943c commit 33458a4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libs/client-sdk/src/api.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ Client::Client(Config config, Context context)
4949
event_processor_ = std::make_unique<detail::NullEventProcessor>();
5050
}
5151

52-
data_source_->Start();
53-
5452
status_manager_.OnDataSourceStatusChange([this](auto status) {
5553
if (status.State() == DataSourceStatus::DataSourceState::kValid ||
5654
status.State() == DataSourceStatus::DataSourceState::kShutdown ||

0 commit comments

Comments
 (0)