mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-25 19:46:34 +00:00
Fix websockets and RawUrl
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user