Fixing RPC mechanism.

This commit is contained in:
stephb9959
2021-06-02 12:52:20 -07:00
parent b2cc77433f
commit 478b169b39
3 changed files with 0 additions and 20 deletions

View File

@@ -688,9 +688,7 @@ void RESTAPI_device_commandHandler::Trace(Poco::Net::HTTPServerRequest &Request,
Cmd.Details = ParamStream.str();
uCentral::uFileUploader::AddUUID(UUID);
std::cout << "Trace 0 " << std::endl;
WaitForCommand(Cmd, Params, Request, Response, std::chrono::milliseconds(3000));
std::cout << "Trace 1 " << std::endl;
return;
}
}