-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Might be better make deadline an argument for grpc_async_request like https://github.com/xgdgsc/gRPCClient.jl/blob/be28e17323d2ea5a458c96dc760aabbaa1570f8f/src/Streaming.jl#L251
ERROR: LoadError: gRPCServiceCallException(grpc_status=DEADLINE_EXCEEDED(4), message="Deadline exceeded.")
Stacktrace:
[1] grpc_async_await(req::gRPCRequest)
@ gRPCClient ~/.julia/packages/gRPCClient/QDgtc/src/gRPC.jl:158
[2] top-level scope
@ ~/doc/Timberjack/scripts/runRtPrice.jl:22
[3] include(mod::Module, _path::String)
@ Base ./Base.jl:306
[4] exec_options(opts::Base.JLOptions)
@ Base ./client.jl:317
[5] _start()
@ Base ./client.jl:550
It ends the streaming after the deadline despite the streaming server is sending data for hours.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request