Hi Team, I have a following situation. I have Java GRPC server listening for client data. Client opens the connection and streams data to Server. It is unidirectional stream from client to server or Client side streaming use case.
Client is able to know when server is down (when the write is failed) but how can GRPC server know if a client is down? In precise, is any server callback is called if a connected client is down? or is there any other way, I can keep track of my clients from server end. Next, how can server know the client details which sent the data? Because, onNext() [while listening to client data at server] method do not have any info to know which client sent the corresponding data. -- Thanks, Sidhartha Thota. -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/CALguN-HoC22sSjCoSP6wogmCqEt4itiwJdc1S_tEsVa7Kf0nNQ%40mail.gmail.com.
