Skip to content

Commit

Permalink
Merge branch 'main' into otlp-deferred
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas authored Sep 27, 2021
2 parents 0e50c5a + 52559be commit 6d4738d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/OpenTelemetry.Tests/Shared/TestHttpServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ public void Dispose()
{
try
{
this.listener?.Stop();
this.listener.Close();
this.httpListenerTask?.Wait();
}
catch (ObjectDisposedException)
{
Expand Down

0 comments on commit 6d4738d

Please sign in to comment.