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
ws
singleMode:true
singleMode: false
2.9.1
adapters: - http - ws debug: true enableVerify: false singleMode: true cacheSize: 4096 adapterSettings: http: host: 0.0.0.0 port: 8888 cors: ["*"] ws: host: 0.0.0.0 port: 9999
在断开之前发送消息也正常. 收到
{"syncId": "", "data": {"code": 0, "session": "SINGLE_SESSION"}}
后5秒钟断开连接.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
2.9.1
在断开之前发送消息也正常.
收到
后5秒钟断开连接.
The text was updated successfully, but these errors were encountered: