$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2024-10-21 14:21:26
On Mon, Oct 21, 2024 at 7:17â¯AM Ivica Siladic <ivica.siladic_at_[hidden]>
wrote:
> ...we could improve how we handle TlsContext
>
Why not:
template<
class Stream,
bool IsSecure = false // true for SSL
>
class mqtt_client;
?
Thanks