506124204
506124204
> What happens with main / v4.4-stable? yes
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?