Fix websocket handling

This commit is contained in:
Bond-009
2019-12-27 14:42:53 +01:00
committed by Bond_009
parent 5ca68f9623
commit 4d311870d2
3 changed files with 33 additions and 50 deletions

View File

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