On Wed, Jan 08, 2025 at 09:30:43AM +0000, Andreas Henriksson wrote: [...] > tlogger.go:116: INFO clientconn.go:305 [core] [Channel #143]Channel > deleted (t=+30.630969ms) > grpctest.go:39: Leaked goroutine: goroutine 552 [chan receive]: [...]
The "Leaked goroutine" message comes from internal/leakcheck/leakcheck.go there's a time.Sleep(50 * time.Millisecond) Possibly this needs to be extended? Regards, Andreas Henriksson