mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #5012] [MERGED] Improve WebSocket Message Deserialization #10367
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/5012
Author: @Bond-009
Created: 1/13/2021
Status: ✅ Merged
Merged: 2/9/2021
Merged by: @dkanada
Base:
master← Head:ws📝 Commits (1)
9a5ceb3Improve WebSocket Deserialization📊 Changes
9 files changed (+102 additions, -45 deletions)
View changed files
📝
Emby.Server.Implementations/HttpServer/WebSocketConnection.cs(+22 -30)➕
tests/Jellyfin.Server.Implementations.Tests/HttpServer/WebSocketConnectionTests.cs(+69 -0)📝
tests/Jellyfin.Server.Implementations.Tests/Jellyfin.Server.Implementations.Tests.csproj(+6 -5)📝
tests/Jellyfin.Server.Implementations.Tests/LiveTv/HdHomerunHostTests.cs(+2 -10)➕
tests/Jellyfin.Server.Implementations.Tests/Test Data/HttpServer/ForceKeepAlive.json(+1 -0)➕
tests/Jellyfin.Server.Implementations.Tests/Test Data/HttpServer/Partial.json(+1 -0)➕
tests/Jellyfin.Server.Implementations.Tests/Test Data/HttpServer/ValidPartial.json(+1 -0)📝
tests/Jellyfin.Server.Implementations.Tests/Test Data/LiveTv/discover.json(+0 -0)📝
tests/Jellyfin.Server.Implementations.Tests/Test Data/LiveTv/lineup.json(+0 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.