From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2025-02-11 18:19:47


On Tue, Feb 11, 2025 at 10:18 AM Vinícius dos Santos Oliveira <
vini.ipsmaker_at_[hidden]> wrote:

> I think I've found a violation to these rules (which I depend on).
>

Keep in mind, that you can always implement your own strand which offers
any guarantees you need. There's nothing magical about Asio's strand
implementation. This is the benefit of Asio's executor model. One approach,
is to implement your own strand and see if the problem still exists.

Thanks