mirror of
https://github.com/microsoft/autogen.git
synced 2025-08-03 06:12:22 +00:00

* Wait for acknowledgment when sending message to gRPC channel * Add CancellationToken parameters to API surface * Clean up the Hello sample, support Aspire 9.0, & fix shutdown
6 lines
182 B
C#
6 lines
182 B
C#
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
// Program.cs
|
|
|
|
var app = await Microsoft.AutoGen.Runtime.Host.StartAsync(local: true);
|
|
await app.WaitForShutdownAsync();
|