-
Patrick Steinhardt authored
When creating gRPC connections, then we spawn a set of Goroutines which listen on these connections. As a result, if they are never closed, those Goroutines are leaked. Fix this by closing connections.
5981dc52
When creating gRPC connections, then we spawn a set of Goroutines which listen on these connections. As a result, if they are never closed, those Goroutines are leaked. Fix this by closing connections.