Hi, We are using grpc for C# <-> Java integration. The C# client application will start the Java process containing the grpc server, and then create a Chanel used for calling methods on Java server side.
One problem we have is to properly terminate the Java server in case the C# client crashed badly. In the current state, the Java process keeps running in the background forever. Is there a way to be notified on server side when a client died? Thanks Julien -- 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/22bfe222-beef-4ad3-81f7-bff6b120c2c5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
