[PR #14131] [MERGED] Fix race condition in SessionManager.GetSessionInfo #13848

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/14131
Author: @moalhaddar
Created: 5/18/2025
Status: Merged
Merged: 6/6/2025
Merged by: @crobibero

Base: masterHead: master


📝 Commits (1)

  • 3b74cfc Fixing race condition in GetSessionInfo

📊 Changes

1 file changed (+5 additions, -8 deletions)

View changed files

📝 Emby.Server.Implementations/Session/SessionManager.cs (+5 -8)

📄 Description

This PR addresses a thread safety issue in SessionManager.GetSessionInfo where concurrent access could lead to a race condition.

Fixes #14132


🔄 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/14131 **Author:** [@moalhaddar](https://github.com/moalhaddar) **Created:** 5/18/2025 **Status:** ✅ Merged **Merged:** 6/6/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`3b74cfc`](https://github.com/jellyfin/jellyfin/commit/3b74cfcc6ef42ffd59140102dc1dc0a99c429f25) Fixing race condition in GetSessionInfo ### 📊 Changes **1 file changed** (+5 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Session/SessionManager.cs` (+5 -8) </details> ### 📄 Description This PR addresses a thread safety issue in SessionManager.GetSessionInfo where concurrent access could lead to a race condition. Fixes #14132 --- <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 07:20:08 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13848