[PR #6746] [CLOSED] Fix WebSocketConnection #11099

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/6746
Author: @DeclaredSins
Created: 10/31/2021
Status: Closed

Base: masterHead: fix-http-server-websocket-connection


📝 Commits (3)

  • c334ecc fix websocketconnection error receiving data
  • 84f4a1f idk if this will even fix now
  • 3b3931d added few of bytesConsumed back and also test

📊 Changes

1 file changed (+20 additions, -4 deletions)

View changed files

📝 Emby.Server.Implementations/HttpServer/WebSocketConnection.cs (+20 -4)

📄 Description

Fixes #6625

This removes mainly about bytesConsumed. As I'm not 100% sure if it's the reason that is the issue in the first place.


🔄 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/6746 **Author:** [@DeclaredSins](https://github.com/DeclaredSins) **Created:** 10/31/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix-http-server-websocket-connection` --- ### 📝 Commits (3) - [`c334ecc`](https://github.com/jellyfin/jellyfin/commit/c334ecc51d47768e708997081c1d6465cda4a2ec) fix websocketconnection error receiving data - [`84f4a1f`](https://github.com/jellyfin/jellyfin/commit/84f4a1f82b72adcb0d3483b783472b3741fbdba7) idk if this will even fix now - [`3b3931d`](https://github.com/jellyfin/jellyfin/commit/3b3931ddb62fbb67cb32aee52270b54a5b3b0d68) added few of bytesConsumed back and also test ### 📊 Changes **1 file changed** (+20 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/HttpServer/WebSocketConnection.cs` (+20 -4) </details> ### 📄 Description Fixes #6625 This removes mainly about `bytesConsumed`. As I'm not 100% sure if it's the reason that is the issue in the first place. --- <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:32:27 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11099