build with boost v 1.74.0 Ubuntu 20.04.1 LTS ``` mClient->connect(uri).then( [this](pplx::task<void> result) { try { result.get(); } catch (const client::websocket_exception& exception) { } }); ```