We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da0662 commit d00da89Copy full SHA for d00da89
perf/benchmarkapps/GrpcCoreServer/Program.cs
@@ -73,7 +73,7 @@ private static async Task RunAsync(IConfigurationRoot config)
73
};
74
server.Start();
75
76
- Console.WriteLine("Started!");
+ Console.WriteLine("Application started.");
77
Console.WriteLine("Press any key to stop the server...");
78
Console.ReadKey();
79
0 commit comments