This is what I would like to achieve....
Client call the bidirectional method, the server side receive the message from client and if the server does not receive any message from client within a specific time interval, abort the connection, this timer would be refreshed once message is received.
I cannot find any example in gRPC Python doing that.
Thanks.