Open phamnhuvu-dev opened 3 years ago
Just to clarify: does the network go down during a gRPC call and you don't get any error or it just goes down before the call and you don't get any error? I guess it is the second one based on your reproduction steps.
the internet goes down before the call. Then when I connected internet, these calls are sent to server.
I have a same problem, are there any updates?
me too
I am using grpc-dart on Flutter and I am facing a problem on the iOS but it works on Android and web, when the internet is interrupted, the call from client have never returned or thrown any errors.
grpc: ^3.0.0
Repro steps
Expected result: return or throw any errors
Actual result: the client call hang over
My workaround