Jay Saha
Jay Saha
I am also getting the similar kind of error as follows ``` range_service | goroutine 876 [select, 2 minutes]: range_service | github.com/patrickmn/go-cache.(*janitor).Run(0xc001627fb0, 0xc0011b9140?) range_service | /Users/jay/go/pkg/mod/github.com/patrickmn/[email protected]+incompatible/cache.go:1079 +0x85 range_service | created...
> It is not memory leaks (or goroutine leak). "go.uber.org/goleak" test does not wait for "garbage collector". Can you please explain why I am getting the error(cause of the error)...
I am also facing the same issue ```proto message ClientSubscriptionStatusResponse { string subscription_id = 1; string subscription_hash_id = 2; uint64 current_offset = 3; uint64 latest_offset = 4; uint64 lag =...