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
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 中的这几个参数分别代表什么,他们是否可以动态修改
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 中的这几个参数分别代表什么,他们是否可以动态修改
The text was updated successfully, but these errors were encountered: