mirror of
				https://github.com/Telecominfraproject/wlan-cloud-owprov.git
				synced 2025-10-31 18:48:09 +00:00 
			
		
		
		
	Saving State in put
This commit is contained in:
		| @@ -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; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 stephb9959
					stephb9959