Fix websockets and RawUrl

This commit is contained in:
Claus Vium
2019-02-26 19:48:18 +01:00
parent d6c6f3c10c
commit 5a7cca9d1b
3 changed files with 13 additions and 4 deletions

View File

@@ -119,7 +119,7 @@ namespace Emby.Server.Implementations.SocketSharp
_cancellationTokenSource.Cancel();
// TODO
WebSocket.CloseAsync(WebSocketCloseStatus.NormalClosure, "bye", CancellationToken.None).GetAwaiter().GetResult();
// WebSocket.CloseAsync(WebSocketCloseStatus.NormalClosure, "bye", CancellationToken.None).GetAwaiter().GetResult();
}
_disposed = true;