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 25 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

All modified and coverable lines are covered by tests ✅

Project coverage is 75.60%. Comparing base (05b14f1) to head (78e15f3).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5489      +/-   ##
==========================================
+ Coverage   70.16%   75.60%   +5.44%     
==========================================
  Files         262      189      -73     
  Lines       14712    12734    -1978     
  Branches      243        0     -243     
==========================================
- Hits        10322     9627     -695     
+ Misses       4200     3107    -1093     
+ Partials      190        0     -190     
Flag Coverage Δ
unittests 75.60% <ø> (+5.44%) ⬆️

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.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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

@jackgerrits jackgerrits added this to the 0.4.8-dotnet milestone Mar 3, 2025
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.

3 participants