[PR #3315] [MERGED] Add MessageId to websocket message, fix ws exception #9444

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3315
Author: @crobibero
Created: 6/11/2020
Status: Merged
Merged: 6/15/2020
Merged by: @dkanada

Base: masterHead: dashboard-update


📝 Commits (3)

  • 30609c8 Add MessageId to websocket message, add JsonNonStringKeyDictionaryConverter
  • 4c0dd10 Update MediaBrowser.Common/Json/Converters/JsonNonStringKeyDictionaryConverter.cs
  • 5b6e8fb Remove whitespace

📊 Changes

5 files changed (+149 additions, -4 deletions)

View changed files

📝 Emby.Server.Implementations/HttpServer/WebSocketConnection.cs (+6 -4)
MediaBrowser.Common/Json/Converters/JsonNonStringKeyDictionaryConverter.cs (+82 -0)
MediaBrowser.Common/Json/Converters/JsonNonStringKeyDictionaryConverterFactory.cs (+59 -0)
📝 MediaBrowser.Common/Json/JsonDefaults.cs (+1 -0)
📝 MediaBrowser.Controller/Net/BasePeriodicWebSocketListener.cs (+1 -0)

📄 Description

Changes
Add MessageId to all WebSocket senders.
Add JsonNonStringKeyDictionaryConverter + Factory to handle WS exceptions. Copied from api-migration branch.

Issues
Fixes #3251


🔄 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/3315 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 6/11/2020 **Status:** ✅ Merged **Merged:** 6/15/2020 **Merged by:** [@dkanada](https://github.com/dkanada) **Base:** `master` ← **Head:** `dashboard-update` --- ### 📝 Commits (3) - [`30609c8`](https://github.com/jellyfin/jellyfin/commit/30609c848bdab2a93a44b8fc8d2bd58042ab795b) Add MessageId to websocket message, add JsonNonStringKeyDictionaryConverter - [`4c0dd10`](https://github.com/jellyfin/jellyfin/commit/4c0dd10fb399aa96261a539cac1b45a05c2e41a2) Update MediaBrowser.Common/Json/Converters/JsonNonStringKeyDictionaryConverter.cs - [`5b6e8fb`](https://github.com/jellyfin/jellyfin/commit/5b6e8fb22c406ad2a4e0c69a13d3e7e119a5f145) Remove whitespace ### 📊 Changes **5 files changed** (+149 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/HttpServer/WebSocketConnection.cs` (+6 -4) ➕ `MediaBrowser.Common/Json/Converters/JsonNonStringKeyDictionaryConverter.cs` (+82 -0) ➕ `MediaBrowser.Common/Json/Converters/JsonNonStringKeyDictionaryConverterFactory.cs` (+59 -0) 📝 `MediaBrowser.Common/Json/JsonDefaults.cs` (+1 -0) 📝 `MediaBrowser.Controller/Net/BasePeriodicWebSocketListener.cs` (+1 -0) </details> ### 📄 Description **Changes** Add MessageId to all WebSocket senders. Add JsonNonStringKeyDictionaryConverter + Factory to handle WS exceptions. Copied from api-migration branch. **Issues** Fixes #3251 --- <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:02:14 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9444