Skip to content

Commit

Permalink
https://telecominfraproject.atlassian.net/browse/WIFI-13450
Browse files Browse the repository at this point in the history
Signed-off-by: stephb9959 <[email protected]>
  • Loading branch information
stephb9959 committed Feb 29, 2024
1 parent 44bc27e commit 2bf60db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AP_WS_Server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ namespace OpenWifi {
if(SerialNumbersMutex_[i].try_lock()) {
wait=0;
NumberOfConnectedDevices_ += SerialNumbers_[i].size();
SerialNumbersMutex_[i].unlock();
} else if (wait<5) {
++wait;
Poco::Thread::sleep(10);
Expand Down

0 comments on commit 2bf60db

Please sign in to comment.