mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2026-01-27 02:22:46 +00:00
Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
@@ -27,8 +27,6 @@ namespace OpenWifi {
|
||||
DBG;
|
||||
auto ClientSocket = Client->WS_->impl()->sockfd();
|
||||
DBG;
|
||||
Clients_[ClientSocket] = std::move(Client);
|
||||
DBG;
|
||||
|
||||
Client->WS_->setNoDelay(true);
|
||||
Client->WS_->setKeepAlive(true);
|
||||
@@ -49,6 +47,8 @@ namespace OpenWifi {
|
||||
|
||||
std::cout << "B: WS: User -> " << UserName << std::endl;
|
||||
DBG;
|
||||
Clients_[ClientSocket] = std::move(Client);
|
||||
DBG;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user