You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grpc version: v1.43.0
go version: v1.15.15
os version: Linux version 3.10.0-1127.el7.x86_64
I run it with docker,and docker image is Alpine Linux 3.13.
I create many grpc.ClientConn to connect grpc server, there are so many goroutine unreleased with grpc.(*ccBalancerWrapper).watcher after all clients are closed .
grpc version: v1.43.0
go version: v1.15.15
os version: Linux version 3.10.0-1127.el7.x86_64
I run it with docker,and docker image is
Alpine Linux 3.13
.I create many
grpc.ClientConn
to connect grpc server, there are so many goroutine unreleased withgrpc.(*ccBalancerWrapper).watcher
after all clients are closed .goroutine profile with debug=1
golang goroutines with debug=2
So, how can i make it down?
The text was updated successfully, but these errors were encountered: