fix grpc client error #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "noormohammedb/hacker-challenge-sgx-general:patch_grpc_error"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
reset timeout on inbound message insted of creating new timer which was triggering timeout
fix grpc client errorto WIP: fix grpc client errorWIP: fix grpc client errorto fix grpc client errorwhile creating new interval, its immediately ticking, so in the next iteration
timeout.tick()
tokio select branch get completes and disconnectinghttps://docs.rs/tokio/latest/tokio/time/fn.interval.html
https://docs.rs/tokio/latest/tokio/macro.select.html
While timeout happening and sending tonic status with message, in client side the error message was different
I got this error while timeout happening on server