Browse Source

adding interface changes

Luke Brown 3 years ago
parent
commit
044ff0542b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.Controller/Net/IWebSocketConnection.cs

+ 1 - 1
MediaBrowser.Controller/Net/IWebSocketConnection.cs

@@ -10,7 +10,7 @@ using Microsoft.AspNetCore.Http;
 
 namespace MediaBrowser.Controller.Net
 {
-    public interface IWebSocketConnection
+    public interface IWebSocketConnection : IAsyncDisposable, IDisposable
     {
         /// <summary>
         /// Occurs when [closed].