diff options
| author | adrez99 <59739805+adrez99@users.noreply.github.com> | 2022-08-04 17:22:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-04 17:22:35 +0200 |
| commit | b8afdd892af01fd99011a6dc3df65cfb762084d6 (patch) | |
| tree | 2ed657a192769b8deda54c9c20998eeeabbdca78 /MediaBrowser.Controller/Net/IWebSocketConnection.cs | |
| parent | aadd8ee97135bec44ad3e09a78a1bf0523149ccf (diff) | |
| parent | 63d943aab92a4b5f69e625a269eb830bcbfb4d22 (diff) | |
Merge branch 'master' into gzip
Diffstat (limited to 'MediaBrowser.Controller/Net/IWebSocketConnection.cs')
| -rw-r--r-- | MediaBrowser.Controller/Net/IWebSocketConnection.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Net/IWebSocketConnection.cs b/MediaBrowser.Controller/Net/IWebSocketConnection.cs index 2c6483ae2..43c7ce370 100644 --- a/MediaBrowser.Controller/Net/IWebSocketConnection.cs +++ b/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]. |
