Saving State in put

This commit is contained in:
stephb9959
2022-02-09 11:50:24 -08:00
parent b6f0d40a42
commit 7f0b45312e
3 changed files with 3 additions and 43 deletions

View File

@@ -28,9 +28,7 @@ namespace OpenWifi {
Poco::Net::WebSocket WS(*Request, *Response);
Logger().information("WebSocket connection established.");
auto Id = MicroService::CreateUUID();
std::cout << __func__ << ":" << __LINE__ << std::endl;
new WebSocketClient(WS,Id,Logger());
std::cout << __func__ << ":" << __LINE__ << std::endl;
}
catch (...) {
std::cout << "Cannot create websocket client..." << std::endl;