dotnet-api-diff

Microsoft.AspNetCore.Connections.Features

 namespace Microsoft.AspNetCore.Connections.Features {
+    public interface IStreamClosedFeature {
+        void OnClosed(Action<object?> callback, object state);
+    }
 }