-
Notifications
You must be signed in to change notification settings - Fork 451
Create Sessions Async #1734
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
Create Sessions Async #1734
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1734 +/- ##
============================================
+ Coverage 91.5% 91.52% +0.02%
- Complexity 4352 4365 +13
============================================
Files 303 304 +1
Lines 12849 12892 +43
============================================
+ Hits 11757 11800 +43
Misses 1092 1092
Continue to review full report at Codecov.
|
dwsupplee
left a comment
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.
Thanks @danielgsims, here's a cursory review with a few high level notes.
* Moves most of the logic into the Cache Session Pool * Removes any logic from Database and Operation * Grpc connection creates single session asynchronously * Updates tests
|
@dwsupplee - I made the changes. GrpcConnection now makes one request/promise per call via |
Codecov Report
@@ Coverage Diff @@
## master #1734 +/- ##
============================================
+ Coverage 91.5% 91.54% +0.04%
- Complexity 4352 4372 +20
============================================
Files 303 304 +1
Lines 12849 12932 +83
============================================
+ Hits 11757 11839 +82
- Misses 1092 1093 +1
Continue to review full report at Codecov.
|
Closes #1004.