-
Is it possible to set a per-call timeout using wire gRPC for Kotlin? I am looking to do something like:
Is this possible? I know I could probably recreate this by using the suspend-able API, but I wondered if there was a more idiomatic way to accomplish this |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
You can set the |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
timeout
is a val field, so it cannot be set. Do you have any code examples of overriding it?