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
Bug 描述 idea中启动cim-server端出现zk连接失败 A clear and concise description of what the bug is.
复现 复现步骤:
预期结果 A clear and concise description of what you expected to happen.
截图 If applicable, add screenshots to help explain your problem.
附加信息 Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
试试把 app.zk.connect.timeout 改大点,我改成 30000 可以正常启动
app.zk.connect.timeout
Sorry, something went wrong.
你好,请问你部署启动这个项目,支持局域网的两台机器client之间的通信吗?我把server和route均部署启动在了机器A上,在机器A上启动两个client,他俩可以互相通信。但是当我在A的局域网的另一台机器B上单独部署client,在B的bash上能够使用curl向部署在A中的route成功注册得到userId,但是却一直登录失败,显示Connection refused: /127.0.1.1:9000 ,并且奇怪的是A上的两个client执行olu能看到B的client是在线状态。
Connection refused: /127.0.1.1:9000
请问具体在哪改呢
No branches or pull requests
Bug 描述 idea中启动cim-server端出现zk连接失败
A clear and concise description of what the bug is.
复现
复现步骤:
预期结果
A clear and concise description of what you expected to happen.
截图
If applicable, add screenshots to help explain your problem.
附加信息
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: