mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw.git
synced 2025-11-02 03:37:57 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -209,8 +209,8 @@ namespace OpenWifi {
|
||||
fmt::format(
|
||||
"{}: Session seems idle. Controller disconnecting device.",
|
||||
hint->second->SerialNumber_));
|
||||
std::lock_guard ConnectionLock(hint->second->ConnectionMutex_);
|
||||
hint->second->EndConnection();
|
||||
// std::lock_guard ConnectionLock(hint->second->ConnectionMutex_);
|
||||
// hint->second->EndConnection();
|
||||
hint = SerialNumbers_[hashIndex].erase(hint);
|
||||
} else if (hint->second->State_.Connected) {
|
||||
NumberOfConnectedDevices_++;
|
||||
|
||||
Reference in New Issue
Block a user