adding interface changes

pull/7732/head
Luke Brown 3 years ago
parent abfbd04782
commit 044ff0542b

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

Loading…
Cancel
Save