Skip to content

Commit

Permalink
Update IAsyncObserver.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
bluexo committed Dec 22, 2023
1 parent 6bc9faf commit bfe3f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Orleans.Streaming/Core/IAsyncObserver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ public interface IAsyncObserver<in T>
/// </summary>
/// <param name="ex">An Exception that describes the error that occurred on the stream.</param>
/// <returns>A Task that is completed when the close has been accepted.</returns>
Task OnErrorAsync(Exception ex) => throw ex;
Task OnErrorAsync(Exception ex);
}
}

0 comments on commit bfe3f20

Please sign in to comment.