From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2022-02-08 15:26:32


On Tue, Feb 8, 2022 at 6:57 AM Ales Mulej via Boost-users
<boost-users_at_[hidden]> wrote:
> I'm writing TLS client/server and my server is continuously crashing in the async_handshake function.

How many threads are calling io_context::run() ?

Thanks