IXWebSocket
IXWebSocket copied to clipboard
websocket and http client and server library, with TLS support and very few dependencies
There appears to be a threading issues within the IXDNSLookup.cpp when IXWebSocket is linked as a static library. To recreate the problem, use the main.cpp example code, and change the...
I'm having trouble finding a way to send chunks of data to a server on a separate thread while handling incoming data on another separate thread (using onChunkCallback). I reviewed...
Hello, Does that library provide a solution to have HTTP and WS on same port ? I don't see how to do that in source (without make modification). Thanks in...
This is a PR to allow for WS and HTTP to be run on the same port. I'm looking to fix the merge conflicts and tidy up a bit
I don't know if this is vcpkg related, maybe the versions are in conflict, but I get: Package: ixwebsocket[core,mbedtls]:arm64-osx -> 11.4.4#2 **Host Environment** - Host: arm64-osx - Compiler: AppleClang 15.0.0.15000100...
can you re-release the tag?
The project readme says to use `#include ` but the CMake install logic uses `.../include/ixwebsocket` in the exported target properties: https://github.com/machinezone/IXWebSocket/blob/c5a02f1066fb0fde48f80f51178429a27f689a39/CMakeLists.txt#L275 This means that unless you get the parent include...
`bool SocketMbedTLS::loadSystemCertificates(std::string& /* errorMsg */)` errorMsg variable name commented out for some reason...
Having the invalid value of descriptor here might be considered weird, but it happens nevertheless, when you're DoSing the websocket endpoint using the 3G connection. It makes sense to return...
Firstly, thank you very much for writing such a simple to use and well documented C++ Websocket library. As someone who's relatively new to the language I've found that to...