mirror of https://github.com/grpc/grpc.git
[Aio] use timeout instead of deadline for intercepted call creation (#33951)
Intercepted call class expect a timeout as parameters but a deadline is provided instead. Only the UnaryUnary class is correctly created with a timeout while the others remains with the deadlines. This commit fix the instanciation of the other ones. <!-- If you know who should review your pull request, please assign it to that person, otherwise the pull request would get assigned randomly. If your pull request is for a specific language, please add the appropriate lang label. -->pull/31013/head^2
parent
e076acd96b
commit
df9ec2b0f0
1 changed files with 6 additions and 9 deletions
Loading…
Reference in new issue