mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #14131] [MERGED] Fix race condition in SessionManager.GetSessionInfo #13848
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/14131
Author: @moalhaddar
Created: 5/18/2025
Status: ✅ Merged
Merged: 6/6/2025
Merged by: @crobibero
Base:
master← Head:master📝 Commits (1)
3b74cfcFixing 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.