-
|
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
-
|
|
Beta Was this translation helpful? Give feedback.
-
|
You can set the |
Beta Was this translation helpful? Give feedback.
timeoutis a val field, so it cannot be set. Do you have any code examples of overriding it?