506124204

Results 4 comments of 506124204

libwebsocket: main / v4.4-stable web client: https://livepersoninc.github.io/ws-test-page/ 1. html: let websocket = new WebSocket('ws://localhost:7681', ["example-protocol"]); // This way is okay. Connected and data sending. 2. html: let websocket = new...

1.minimal examples ok。 2. One of my brothers had a similar problem in question No. #3487. 3. protocols: let websocket = new **WebSocket('ws://localhost:7681');** static const struct lws_protocols protocols[] = {...

Thank you, lws-team! Why was this functional behavior changed in version 4.4? The upper-level caller has to re-adapt. Is there a fix plan for the new version?