mirror of
https://github.com/Telecominfraproject/wlan-cloud-analytics.git
synced 2026-01-27 10:22:33 +00:00
Initial commit
This commit is contained in:
@@ -29,7 +29,8 @@ namespace OpenWifi {
|
||||
auto State = MsgContent->Payload();
|
||||
auto It = APs_.find(MsgContent->SerialNumber());
|
||||
if(It!=end(APs_)) {
|
||||
It->second->Update(MsgContent->Payload());
|
||||
std::thread T([&] {It->second->Update(MsgContent->Payload());});
|
||||
T.detach();
|
||||
}
|
||||
} catch (const Poco::Exception &E) {
|
||||
Logger().log(E);
|
||||
|
||||
Reference in New Issue
Block a user