-
-
Notifications
You must be signed in to change notification settings - Fork 4k
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
当grpc连接状态自动进入idle后,discovery在Build中必须等带watch才会调用grpc的UpdateState方法更新状态导致连接不可用 #3551
Comments
conn, err := grpc.DialInsecure(ctx, |
Naocs plugin not adapted to gRPC 1.59+ idle timeout changes,can you help repair it? |
嗯,等有时间这边看一下有没有更好的办法修复一下吧,目前只能给这个设置空闲时间手动设置的非常大,ps: grpc默认30分钟超时 |
Well, when you have time, see if there is any better way to fix it. At present, you can only set the idle time for this to be set manually. ps: grpc timeout by default 30 minutes |
idle timeout 0 |
idle timeout 0 |
kratos/contrib/registry/nacos/watcher.go Lines 59 to 62 in 15168b5
|
kratos/contrib/registry/nacos/watcher.go Lines 59 to 62 in 15168b5
|
等待5秒后,所有调用都会被hang住
The text was updated successfully, but these errors were encountered: