-
Notifications
You must be signed in to change notification settings - Fork 5.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
feat: [dotnet] open control channel for grpc save/load #5489
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5489 +/- ##
==========================================
- Coverage 75.43% 69.12% -6.31%
==========================================
Files 171 241 +70
Lines 10465 12404 +1939
Branches 0 252 +252
==========================================
+ Hits 7894 8574 +680
- Misses 2571 3631 +1060
- Partials 0 199 +199
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
break; | ||
|
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.
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) |
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.
may want to remove the commented out part
No description provided.