mirror of
				https://github.com/Telecominfraproject/wlan-cloud-owprov.git
				synced 2025-10-31 02:27:52 +00:00 
			
		
		
		
	New faster and scalable WebSocket engine.
This commit is contained in:
		| @@ -28,7 +28,9 @@ namespace OpenWifi { | ||||
|                     Poco::Net::WebSocket WS(*Request, *Response); | ||||
|                     Logger_.information("WebSocket connection established."); | ||||
|                     auto Id = MicroService::instance().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