easywsclient icon indicating copy to clipboard operation
easywsclient copied to clipboard

A short and sweet WebSocket client for C++

Results 40 easywsclient issues
Sort by recently updated
recently updated
newest added

ERROR: Could not parse WebSocket url: wss://api.gemini.com/xxx/xxx This url is from API of a third party, it has been tested scripting languages and web brower(chrome) It looks like in easywsclient::WebSocket::pointer...

Add secureSocket class, modify Makefile to compile with SSL and C++20. Hello, First of thanks very much for the client, it saved me lots of time and is amazingly simple...

After running the example in ubuntu18.04,it generates an error message:Assertion 'ws' failed. but in ubuntu16.04,it's no error.

I get this error on connecting to firefox websocket remote debugger i launch firefox with : firefox -start-debugger-server ws:6047 the I tried to connect to ws://localhost:6047 using wscat from npm...

Easywsclient works in Linux at the moment. Let's get it working in Windows and Winsock, too.

If the web socket server is crashed, then the client application using the easywsclient lead to an half closed state. It does not disconnect the socket and keep the connection...

i have compiled example-client.cpp as per readme. i am not doing anything else on received messages, just doing cout on received messages. and the server usage is 100% any idea...

A new helper method, `terminateConnection()`, is added to ensure all the places where sockets are closed cause the socket file descriptor to become invalidated and the client to be put...

I'm calling Websocket::close() in my destructor, but the it disconnects only if I close my program.