$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2024-10-25 15:03:34
On Fri, Oct 25, 2024 at 7:38â¯AM Dominique Devienne <ddevienne_at_[hidden]>
wrote:
> ...the ability to mock the IO...
I/O can be "mocked" just fine with Asio based libraries (see Beast).
Although async-mqtt5 might need a bit of refactoring around the
reconnection logic to make it more abstract.
Thanks