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 in 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 On Mon, Jul 17, 2017 at 9:41 PM, mohammadayyaz mulla < [email protected]> wrote: > 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 > > > -- 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/CAGbh%3DCjBkGw0aGG0-WEn0vjHb6nN1Xu6v6145LzVOWe2H3AHUQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
