stephb9959
2022-10-30 10:20:30 -07:00
parent 776745f597
commit 2786a3177c
9 changed files with 198 additions and 207 deletions

View File

@@ -30,6 +30,7 @@ namespace OpenWifi {
};
void EventBusManager::Start() {
poco_information(Logger(),"Starting...");
if(KafkaManager()->Enabled()) {
Thread_.start(*this);
}