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

rpc怎么实现嵌套链式调用 #104

Closed
ybm2dyd opened this issue Oct 31, 2021 · 4 comments
Closed

rpc怎么实现嵌套链式调用 #104

ybm2dyd opened this issue Oct 31, 2021 · 4 comments

Comments

@ybm2dyd
Copy link

ybm2dyd commented Oct 31, 2021

rpc.call(func()(
rpc.call(func(){
rpc.call(func(){

})
})
))

这种写法貌似不支持?上下文会被清空,

@davyxu
Copy link
Owner

davyxu commented Nov 1, 2021 via email

@davyxu
Copy link
Owner

davyxu commented Nov 1, 2021 via email

@davyxu
Copy link
Owner

davyxu commented Nov 1, 2021

只要设置了SetReconnectDuration, 客户端就会重连, 无法重连你要自己检查你自己的代码

@ybm2dyd ybm2dyd closed this as completed Nov 1, 2021
@ybm2dyd ybm2dyd reopened this Nov 1, 2021
@ybm2dyd
Copy link
Author

ybm2dyd commented Nov 2, 2021

thanks

@ybm2dyd ybm2dyd closed this as completed Nov 2, 2021
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

2 participants