Skip to content

Commit eca1ac9

Browse files
committed
1 parent 2fdf71d commit eca1ac9

File tree

1 file changed

+1
-13
lines changed
  • src/core/Akka.Streams/Implementation/Fusing

1 file changed

+1
-13
lines changed

src/core/Akka.Streams/Implementation/Fusing/Ops.cs

+1-13
Original file line numberDiff line numberDiff line change
@@ -3817,19 +3817,7 @@ public override void OnDownstreamFinish()
38173817
_completionCts.Cancel();
38183818
_completionCts.Dispose();
38193819

3820-
try
3821-
{
3822-
_enumerator.DisposeAsync().GetAwaiter().GetResult();
3823-
}
3824-
catch (Exception ex)
3825-
{
3826-
Log.Warning(ex, "Failed to dispose IAsyncEnumerator asynchronously");
3827-
}
3828-
finally
3829-
{
3830-
CompleteStage();
3831-
base.OnDownstreamFinish();
3832-
}
3820+
CompleteStage();
38333821
base.OnDownstreamFinish();
38343822
}
38353823

0 commit comments

Comments
 (0)