mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
Make SonarCloud happy
This commit is contained in:
@@ -36,8 +36,6 @@ namespace Emby.Server.Implementations.HttpServer
|
||||
/// </summary>
|
||||
private readonly WebSocket _socket;
|
||||
|
||||
private bool _disposed = false;
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="WebSocketConnection" /> class.
|
||||
/// </summary>
|
||||
@@ -221,12 +219,6 @@ namespace Emby.Server.Implementations.HttpServer
|
||||
};
|
||||
|
||||
await OnReceive(info).ConfigureAwait(false);
|
||||
|
||||
// Stop reading if there's no more data coming
|
||||
if (result.IsCompleted)
|
||||
{
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user