Skip to content

gRPC dial options

Compare
Choose a tag to compare
@iegomez iegomez released this 15 Sep 16:51
· 89 commits to master since this release
290c1c5
  • Removes blocking attempt to dial to gRPC unless grpc_fail_on_dial_error is set to true, allowing for the service to be unavailable at startup time.
  • Adds grpc_dial_timeout_ms to set the time out time in milliseconds when erroring on dial.
  • Fixes Docker builds failures to find libwebsockets8 by building from source both on builds and on Docker testing image.