Skip to content
New issue

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 连接上5秒钟会断开, singleMode: false则不会 #746

Open
sxd1140 opened this issue Nov 3, 2023 · 0 comments
Open

Comments

@sxd1140
Copy link

sxd1140 commented Nov 3, 2023

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秒钟断开连接.

@sxd1140 sxd1140 changed the title ws singleMode:true 连接上5秒钟会断开, 'singleMode: false'则不会 ws singleMode:true 连接上5秒钟会断开, singleMode: false则不会 Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant