Re: Crash in async_handshake function
Vinnie Falco via Boost-users <[email protected]>
| Newsgroups | gmane.comp.lib.boost.user |
|---|---|
| Message-ID | <CA+EzHGe6xXc+LLYBYnB=AU5w9O3F6JyGmRHssPMvGey25+-xMw@mail.gmail.com> |
On Tue, Feb 8, 2022 at 7:37 AM Ales Mulej <[email protected]> wrote: > only one. I reduced this number to one until this problem is not solved. If you temporarily replace > boost::beast::websocket::stream<boost::beast::ssl_stream<boost::beast::tcp_stream>> with > boost::asio::ssl_stream<boost::asio::ip::tcp::socket> and adjust the surrounding code for the change, what happens? Thanks