I'm looking for someone who wants to implement this callback for #curl #websocket support: github.com/curl/curl/issues/11…
It might be the last missing feature before we can enable it (the websocket API) by default.
Websocket message callback is not called on connect · Issue #11402 · curl/curl
I did this I started with the websocket-cb example and connected to an echo websocket server for testing. I expected the following I expected the data callback to be called once the connection is e...GitHub