I'm trying to connect an websocket server with CPPRest SDK. But as per their documentation there is no timeout in websocket_client_config compared to http_client_config.
So how do I correctly specify the timeout so that the connect pplx::task will exit after the mentioned timeout?