The client.py
module#
Summary#
Wraps the gRPC connection for the Geometry service. |
Wait until a channel is healthy before returning. |
Description#
Module providing a wrapped abstraction of the gRPC stubs.
Module detail#
- client.wait_until_healthy(channel: grpc.Channel, timeout: float)#
Wait until a channel is healthy before returning.
- Parameters:
- Raises:
TimeoutError
Raised when the total elapsed time exceeds the value for the
timeout
parameter.