-
The following patch, against the 0.3.0-alpha4 release, adds support for NTLM proxy authentication on Windows. I guess this probably isn't quite right for inclusion as-is, but I can change it round if …
-
I have tried the lastest version, and v0.8.2 tags, the same error message. No this message if compile with C++17.
--------------------------
/home/OGic-2/cppsrc/../3rdparty/websocketpp/logger…
-
Hello,
When connection is lost, the client should try to reconnect to the server every few seconds. My current code looks like this.
```
MyClass::MyClass(std::string url) {
try {
// set…
-
Привет.
Имею следующею ошибку:
```
[17:09:30] Run time error 4: "Array index out of bounds"
[17:09:30] Attempted to read/write array element at index 2001 in array of size 2000
[17:09:30] AMX …
-
I have the same C++ Compiler Options for all projects in the workspace, but some work with c++20 and some don't.
CodeLite IDE version 15.0.10, Windows 11, 64bit
MinGW(C:\Program Files\mingw-w64\ming…
-
In my own ASIO based network libraries I spent days trying to track down a race condition and finally came across the following post:
https://stackoverflow.com/questions/36016135/asioasync-write-and-…
-
I want to make a http server with websocketpp.I want to make a function to take turns playing pictures.
But when I use while in Onhttp,but it cannot work .What should I do?Can you give me a help?
…
-
`tyWebsocketClient() : m_next_id(0) {
m_endpoint.clear_access_channels(websocketpp::log::alevel::all);
m_endpoint.clear_error_channels(websocketpp::log::elevel::all);
m_endpoint.set_max_me…
-
I am using version WebSocket++ version 0.8.1 and ASIO 1.12.2. I will try to move forward to the latest, but it is likely to be a lot of work if any APIs have changed.
I have a test harness that use…
-
Hello,
i havent found an example for an working client with ssl, but i was able to create a working client by myself today.
Basically it is just the echo client code where i activated tls and adde…