In one part of my C++ app, I'm using gRPC as IPC to control a server 
daemon. When the daemon is not running, there's nothing listening on the 
designated port.

Nevertheless, the client call is bounded by the deadline. Shouldn't the 
call fail immediately if there is no port listening ?

This would be the mechanism to decide whether there is an instance of the 
daemon running, incidentally.

Regards
/Robert

-- 
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 grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
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/81e2463a-183c-4750-977c-f5f72d615e0c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to