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

调用多实例异常不切换不抛异常 #74

Open
SmartKarven opened this issue Aug 7, 2018 · 0 comments
Open

调用多实例异常不切换不抛异常 #74

SmartKarven opened this issue Aug 7, 2018 · 0 comments

Comments

@SmartKarven
Copy link

1、我启动了两个实例后,关闭其中一个,然后随机调用到关闭的实例,client会一直调用这个关闭实例,没有切换到正常的实例,并且没有任何异常抛出。
2、
ConnectionManager {
chrootPath: undefined,
nextServerIndex: 0,
serverAttempts: 1,
state: 1,
options: {
sessionTimeout: 30000,
spinDelay: 1000,
retries: 5
},
spinDelay: 1000,
sessionTimeout: 30000,
connectTimeout: 30000,
pingTimeout: 10000,

ConnectionManager 中的这几个参数分别代表什么,他们是否可以动态修改

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