[PR #5012] [MERGED] Improve WebSocket Message Deserialization #10367

Closed
opened 2026-02-07 06:19:03 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: ws


📝 Commits (1)

  • 9a5ceb3 Improve 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/5012 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 1/13/2021 **Status:** ✅ Merged **Merged:** 2/9/2021 **Merged by:** [@dkanada](https://github.com/dkanada) **Base:** `master` ← **Head:** `ws` --- ### 📝 Commits (1) - [`9a5ceb3`](https://github.com/jellyfin/jellyfin/commit/9a5ceb34d169431fba8cf90dca79e0a448e88bde) Improve WebSocket Deserialization ### 📊 Changes **9 files changed** (+102 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:19:03 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10367