Skip to content

Commit d4dc9cc

Browse files
prevented early code exit (#41589)
1 parent c8d0ebb commit d4dc9cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/orleans/host/client.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,8 @@ static async Task RunWatcherAsync()
327327

328328
Console.WriteLine(
329329
"Subscribed successfully. Press <Enter> to stop.");
330+
331+
Console.ReadLine();
330332
}
331333
catch (Exception e)
332334
{

0 commit comments

Comments
 (0)