We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
swf用的是WebSocketMainInsecure.swf; 以下是日志: 日志: [WebSocket] debug enabled 日志: [WebSocket] policy file: xmlsocket://ws2.*.:843 日志: [WebSocket] connected 日志: [WebSocket] starting SSL/TLS 日志: [WebSocket] request header: GET /douyu HTTP/1.1 Host: ws2.9yu.tv Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: FQcVSVFwERUzIRo0extQBA== Origin: http://douyu.jikaicai.local Sec-WebSocket-Version: 13
日志: [WebSocket] closing 日志结束。 swf文件,和安全策略文件的请求服务端都有收到,并正常响应; 日志输出:显示连接成功,但是服务端并未收到ws连接请求; 大概3秒后日志输出 [WebSocket] closing
The text was updated successfully, but these errors were encountered:
Can you try Troubleshooting section in this page: https://github.com/gimite/web-socket-js#troubleshooting and report result of each step?
Sorry, something went wrong.
@websjs 这个你解决了吗,我也遇到了类似的问题;
No branches or pull requests
swf用的是WebSocketMainInsecure.swf;
以下是日志:
日志: [WebSocket] debug enabled
日志: [WebSocket] policy file: xmlsocket://ws2.*.:843
日志: [WebSocket] connected
日志: [WebSocket] starting SSL/TLS
日志: [WebSocket] request header:
GET /douyu HTTP/1.1
Host: ws2.9yu.tv
Upgrade: websocket
Connection: Upgrade
Sec-WebSocket-Key: FQcVSVFwERUzIRo0extQBA==
Origin: http://douyu.jikaicai.local
Sec-WebSocket-Version: 13
日志: [WebSocket] closing
日志结束。
swf文件,和安全策略文件的请求服务端都有收到,并正常响应;
日志输出:显示连接成功,但是服务端并未收到ws连接请求;
大概3秒后日志输出 [WebSocket] closing
The text was updated successfully, but these errors were encountered: