Set shorter thread names (#379)
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							84aa652846
						
					
				
				
					commit
					d7bfe89e43
				
			| @@ -79,7 +79,7 @@ namespace ix | ||||
|     void WebSocketServer::handleConnection(std::unique_ptr<Socket> socket, | ||||
|                                            std::shared_ptr<ConnectionState> connectionState) | ||||
|     { | ||||
|         setThreadName("WebSocketServer::" + connectionState->getId()); | ||||
|         setThreadName("Srv:ws:" + connectionState->getId()); | ||||
|  | ||||
|         auto webSocket = std::make_shared<WebSocket>(); | ||||
|         if (_onConnectionCallback) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user