-
Notifications
You must be signed in to change notification settings - Fork 8k
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
fix grpc-adapter bug,replace the Entry by AsyncEntry #289 #291
Conversation
Codecov Report
@@ Coverage Diff @@
## master #291 +/- ##
============================================
+ Coverage 41.71% 45.77% +4.05%
+ Complexity 1376 917 -459
============================================
Files 304 181 -123
Lines 8764 5757 -3007
Branches 1182 830 -352
============================================
- Hits 3656 2635 -1021
+ Misses 4662 2791 -1871
+ Partials 446 331 -115
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks for contributing! |
Describe what this PR does / why we need it
fix the bug and perfect the grpc-adapter ,replace the Entry by AsyncEntry
Does this pull request fix one issue?
Fixes #289
Describe how you did it
Describe how to verify it
Special notes for reviews