mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #5359] [MERGED] Do nothing in timer callback when device locator is disposed #10492
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/5359
Author: @cvium
Created: 3/3/2021
Status: ✅ Merged
Merged: 3/3/2021
Merged by: @Bond-009
Base:
master← Head:fix_broadcasttimer_disposed📝 Commits (1)
610a30dDo nothing in timer callback when device locator is disposed📊 Changes
1 file changed (+6 additions, -8 deletions)
View changed files
📝
RSSDP/SsdpDeviceLocator.cs(+6 -8)📄 Description
Sometimes the callback is triggered after the device locator has been disposed. This will sometimes fail an Azure pipeline execution.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.