websocketpp icon indicating copy to clipboard operation
websocketpp copied to clipboard

C++ websocket client/server library

Results 207 websocketpp issues
Sort by recently updated
recently updated
newest added

We're having intermittent crashes. We've seen a few crashes with invalid critical sections when trying to stop our server, but recently we've had a few crash reports that seem to...

Asio Transport

How do I get the URI query string from server code? I tried these two but they both come back with empty strings: ``` void on_open(wspp_server* s, websocketpp::connection_hdl hdl) {...

**Question** I registe a close handler, such as ```c++ websocketpp::lib::error_code ec; client::connection_ptr con = mEndpoint.get_connection(uri, ec); if (ec) { SPDLOG_ERROR("WebsocketEndpoint - ({}) Connect initialization error: {}", uri, ec.message()); return ERROR_CONNECTION;...

Hi. I am experiencing a crash in websocketpp on iOS with address sanitizer. It can be an issue with websocketpp or issue with asio itself. I prepared a sample demo...

i usually use "void endpoint::close(connection_hdl hdl, close::status::value const code, std::string const & reason)" like "m_endpoint.close(m_hdl,websocketpp::close::status::going_away,"")" most time it's success. but sometime, the websocketpp::client::run not break, so my thread is always...

When trying to compile my program with the following (like in the client example.): ```c++ #define ASIO_STANDALONE #include "websocketpp/client.hpp" #include "websocketpp/config/asio_no_tls_client.hpp" ``` Returns the error that ``` [rest_of_path_omitted]/websocketpp/common/thread.hpp:63:14: fatal error:...

Support Request

It would be really nice if the readme.md had a bit more instructions of how to use this library. Mention that boost is required. Which version. What commands to run...

When I use make to build the examples it fails on https://github.com/zaphoyd/websocketpp/tree/master/examples/sip_client. The offending line is `boost::this_thread::sleep(boost::posix_time::milliseconds(100));` According to a question I posted: https://stackoverflow.com/questions/73430102/undefined-symbols-for-architecture-x86-64-boostthis-threadinterruption-poi I need to > Add compiler...

when I use websocktpp in my project, then comes camke version warning: C/C++: debug|arm64-v8a :CMake Deprecation Warning at D:/Hippy/driver/js/android/.cxx/Debug/2e504n4g/arm64-v8a/_deps/websocketpp-src/CMakeLists.txt:5 (cmake_minimum_required): C/C++: debug|arm64-v8a : Compatibility with CMake < 2.8.12 will be...