websocketpp icon indicating copy to clipboard operation
websocketpp copied to clipboard

Crash when using websocketpp in a dll that is loaded by the manual map method

Open MininDMhvh opened this issue 3 years ago • 0 comments

The program crashes when I try to use manual map to load a dll where websocketpp is used, and if I load a dll using the loadlibrary method, the program works correctly. The crash occurs somewhere in endpoint_impl.hpp - ec = transport_type::init(con); I use asio_tls_client

MininDMhvh avatar Apr 21 '21 22:04 MininDMhvh