I have an open issue for it https://github.com/grpc/grpc/issues/2114

It never raised to the top of the priority list because:

- Our experience is request timeouts in mobile apps are set to values that 
make sense in the infrastructure of the developed world, which then makes 
apps fail in the slower networks of the developing world. (And actually, 
the consensus back when the surface of the ObjC library was designed and 
reviewed, was that *if* we added the ability to set timeouts we should 
absolutely not document it).

- It can be done manually (although it's not pretty) by wrapping the RPC 
so, when it starts, a block to cancel the RPC is scheduled on a timer.

I'm always curious about people's use cases, though!

On Tuesday, August 30, 2016 at 7:45:27 AM UTC-7, Rob Cecil wrote:
>
> I can see how to set headers/trailers, but deadlines. Are they supported 
> in the objective-c codebase yet?
>
> Thanks
>

-- 
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/a2f2f428-9512-4d92-ae1b-76830bb9c373%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to