stephb9959
2022-12-10 08:36:06 -08:00
parent a1291b1b16
commit f613449dff

View File

@@ -199,7 +199,8 @@ namespace OpenWifi {
auto Device = ConnectingDevices_.find(Notification->TID_);
if(Device!=end(ConnectingDevices_)) {
It->second->SetDevice(Device->second.first);
std::cout << "Setting WS 1" << std::endl;
std::cout << "Setting WS 1" << " Null: " << (It->second->GetClient()==
nullptr) << std::endl;
Device->second.first->SetWsClient(It->second->GetClient());
ConnectingDevices_.erase(Notification->TID_);
if (!It->second->Joined() && It->second->ValidClient()) {