--
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+u...@googlegroups.com.
To post to this group, send email to grp...@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/f7ea3e0c-aae8-4c57-bf89-58e3cf6ea3ee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Amit,
Thanks for your response!
But I think set_deadline doesn't help. For example, if set_deadline(10
seconds), assume my client sends a very large packet whose time
exceeds 10 seconds, the client still disconnects the server although
the transmission is still on-going.