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