stephb9959
2023-01-10 21:51:42 -08:00
parent ae2cbb9971
commit bfdec30974
5 changed files with 47 additions and 3 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());