Hi
We are using grpc in our switch to configure it. We have added support for user authentication , where we comparing username and password from grpc client with linux user , passwords, we maintain a data structure where we keep peer information to track the connections. I have 2 questions here.
1. is their any call back or any way in grpc application where i can detect the connection closure from server. so that i can remove peer from our Data structure .
2. Does GRPC supports multiple simultaneous grpc client connections to a GRPC server.
An earliest reply will be appreciated .
Greetings
Md.Ayyaz