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: DH-18086: gRPC transport implementation for nodejs backed by http2 #2339

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

bmingles
Copy link
Contributor

@bmingles bmingles commented Jan 9, 2025

DH-18086: gRPC transport implementation for nodejs backed by http2

Note that this is not consumed anywhere in the web but will be used by the vscode extension and tested on
deephaven/vscode-deephaven#202

@bmingles bmingles force-pushed the DH-18086-2_http2-grpc-transport branch from eb3a171 to c25f9cc Compare January 10, 2025 21:33
Copy link

codecov bot commented Jan 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 46.70%. Comparing base (6a08198) to head (7c0ad0d).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff            @@
##             main    #2339    +/-   ##
========================================
  Coverage   46.70%   46.70%            
========================================
  Files         704      704            
  Lines       39044    39044            
  Branches     9757     9942   +185     
========================================
  Hits        18234    18234            
+ Misses      20799    20756    -43     
- Partials       11       54    +43     
Flag Coverage Δ
unit 46.70% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@bmingles bmingles marked this pull request as ready for review January 14, 2025 17:27
@bmingles bmingles requested review from a team and vbabich and removed request for a team January 14, 2025 17:27
cancel(): void {
logger.debug('cancel');
assertNotNull(this.request, 'request is required');
this.request.close();
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we reset request to null here? Probably not needed, if request.write handles closed requests fine.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good question. @niloc132 do you have any thoughts on this one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants