Skip to content

Commit

Permalink
Fix metric not working (#6432)
Browse files Browse the repository at this point in the history
  • Loading branch information
asdacap committed Dec 28, 2023
1 parent c81d577 commit 2a66d41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ protected override Task StartServer(CancellationToken cancel)
}

var webHost = builder.Build();
webHost.Start();

// This is what changed
// webHost.Start();
// return webHost.WaitForShutdownAsync(cancel);

return webHost.RunAsync(cancel);
Expand Down

0 comments on commit 2a66d41

Please sign in to comment.