Hi, I have implemented a Go gRPC server for an app backend and see that client connections and the corresponding goroutines are still running even if clients (Android apps) have died. I'm not using methods that stream results from server to client or otherwise.
Is this the expected behaviour? And if so, is there some kind of way on the Go server code to iterate over client connections and then identify the old idle ones and close them? Thanks! -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/216f6ab6-9360-4970-a11a-b155319ce9aa%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
