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: [dotnet] open control channel for grpc save/load #5489

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

bassmang
Copy link
Collaborator

No description provided.

Copy link

codecov bot commented Feb 11, 2025

Codecov Report

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

Project coverage is 68.74%. Comparing base (a14aeab) to head (1c96f79).

Files with missing lines Patch % Lines
...n/RuntimeGateway.Grpc/Services/Grpc/GrpcGateway.cs 0.00% 97 Missing and 21 partials ⚠️
...meGateway.Grpc/Services/Grpc/GrpcGatewayService.cs 0.00% 6 Missing and 1 partial ⚠️
...Gateway.Grpc/Services/Grpc/GrpcWorkerConnection.cs 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5489      +/-   ##
==========================================
- Coverage   75.66%   68.74%   -6.92%     
==========================================
  Files         171      244      +73     
  Lines       10576    12644    +2068     
  Branches        0      259     +259     
==========================================
+ Hits         8002     8692     +690     
- Misses       2574     3746    +1172     
- Partials        0      206     +206     
Flag Coverage Δ
unittests 68.74% <0.00%> (-6.92%) ⬇️

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.

break;

Copy link
Collaborator

Choose a reason for hiding this comment

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

may want to remove this

/// <param name="context">The server call context.</param>
/// <returns>A task that represents the asynchronous operation.</returns>
/// <remarks>Control channel is used for control messages between the agent worker and the cluster.</remarks>
/// public virtual global::System.Threading.Tasks.Task OpenControlChannel(grpc::IAsyncStreamReader<global::Microsoft.AutoGen.Protobuf.ControlMessage> requestStream, grpc::IServerStreamWriter<global::Microsoft.AutoGen.Protobuf.ControlMessage> responseStream, grpc::ServerCallContext context)
Copy link
Collaborator

Choose a reason for hiding this comment

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

may want to remove the commented out part

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