Skip to content

Enable support for client timeouts

Choose a tag to compare

@software-artificer software-artificer released this 16 Sep 00:59
· 63 commits to master since this release
278f4e3

Originally, this library relied solely upon the deadline gRPC feature, i.e. that the service will terminate request when the deadline is reached. With this release, client will also terminate the connection after the specified amount of time if the service wasn't able to respond in time and did not terminate the request for some reason.