IXWebSocket icon indicating copy to clipboard operation
IXWebSocket copied to clipboard

websocket and http client and server library, with TLS support and very few dependencies

Results 65 IXWebSocket issues
Sort by recently updated
recently updated
newest added

400%cpu 121%user 10%nice 81%sys 183%idle 0%iow 4%irq 2%sirq 0%host PID USER PR NI VIRT RES SHR S[%CPU] %MEM TIME+ ARGS 4680 shell 20 0 11M 2.0M 1.5M S 100 0.0...

After start() method IXWebSocket creates around 30 threads when connecting to **some** urls. wss is using. One of that threads is using to send messages, one for receiving. How can...

WebSocket server occasionally stops accepting new connections probably when SSL handshake is interrupted in the right moment. I use OpenSSL, so IXSocketOpenSSL.cpp is relevant here. It is possible that this...

![image](https://user-images.githubusercontent.com/54659396/180729936-be71817d-df6e-4a2b-a679-1dbc096b342a.png) ![image](https://user-images.githubusercontent.com/54659396/180729720-50ba838a-b572-466b-90e6-c3b1dfdc0bd9.png) ![image](https://user-images.githubusercontent.com/54659396/180730192-2d0512c0-cd31-4bd2-ad82-3ba33811ee16.png) The old version of `IXWebSocket` did not correctly handle the front-end static file type, causing the front-end page rendering to fail. The browser needs to recognize the...

When using version 11.4.2 an IXWebSocket client does not get a Close notification when the server disconnects. IXWebSocket was built via vcpkg, with triplet x64-windows-static, using VS2015. I have built...

This adds a new option that disables the hostname check for received certificates. This is useful in setups where one knows that a host's name won't align with the certificate....

The issue #323 still persists, the solution at https://github.com/machinezone/IXWebSocket/issues/323#issuecomment-981804457 is still the way to go.

I tried to put ixwebsocket library in my iOS app project. But xcode failed to compile. It throws an exception "Undefined symbols for architecture arm64: "ix::initNetSystem()", referenced from: HelloWorld::sayHello() in...

I'm using IXWebSockets 11.4.3 (as client) to connect to my azure pub sub and I'm using the following code to do it so: ``` m_ws.setUrl(url.toStdString()); m_ws.addSubProtocol("protobuf.webpubsub.azure.v1"); m_ws.setPingInterval(45); m_ws.enableAutomaticReconnection(); ix::SocketTLSOptions options;...

See https://daniel.haxx.se/blog/2022/05/19/case-insensitive-string-comparisons-in-c/