Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add keepalive to Torii client gRPC connections #2690

Merged
merged 3 commits into from
Nov 14, 2024

Introduce constant for keepalive time + set to 60 secs as per recomme…

1138d8b
Select commit
Loading
Failed to load commit list.
Merged

feat: add keepalive to Torii client gRPC connections #2690

Introduce constant for keepalive time + set to 60 secs as per recomme…
1138d8b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 14, 2024 in 0s

57.23% (-0.23%) compared to c364d13

View this Pull Request on Codecov

57.23% (-0.23%) compared to c364d13

Details

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.

Project coverage is 57.23%. Comparing base (c364d13) to head (1138d8b).
Report is 46 commits behind head on main.

Files with missing lines Patch % Lines
crates/torii/grpc/src/client.rs 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2690      +/-   ##
==========================================
- Coverage   57.46%   57.23%   -0.23%     
==========================================
  Files         400      408       +8     
  Lines       49963    51792    +1829     
==========================================
+ Hits        28709    29644     +935     
- Misses      21254    22148     +894     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.