From 7d9db85cc0b0091e27fd899a25cdf0f652bab20f Mon Sep 17 00:00:00 2001 From: Xiaoyun Zhang Date: Fri, 30 Aug 2024 15:11:17 -0700 Subject: [PATCH] Update Program.cs --- example/dotnet/gh-release-note-room/Program.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example/dotnet/gh-release-note-room/Program.cs b/example/dotnet/gh-release-note-room/Program.cs index 85f114c..7267273 100644 --- a/example/dotnet/gh-release-note-room/Program.cs +++ b/example/dotnet/gh-release-note-room/Program.cs @@ -71,4 +71,6 @@ You write release notes based on github issues. // add groupchat to chatroom await client.RegisterAutoGenGroupChatAsync("release-room", groupChat); + +// a web ui will start at http://localhost:50001 await host.WaitForShutdownAsync();