stephb9959
2023-01-10 21:47:28 -08:00
parent 5e7c87766f
commit 1d3830dd5c
4 changed files with 46 additions and 2 deletions

View File

@@ -271,7 +271,7 @@ namespace OpenWifi {
std::string Answer;
bool CloseConnection=false;
if (Processor_ != nullptr) {
Processor_->Processor(Obj, Answer, CloseConnection);
Processor_->Processor(Obj, Answer, CloseConnection,Client->second->UserInfo_.userinfo);
}
if (!Answer.empty())
Client->second->WS_->sendFrame(Answer.c_str(), (int)Answer.size());