duplicati/Duplicati/Library/RestAPI/Abstractions
Kenneth Skovhede 3ae93f0102 Prevent thread leak in TrayIcon
This PR changes the termination signal to a `CancellationToken` instead of a `ManualResetEvent` as the former works better with async code.

With this change there is no longer a thread being captured during each long poll operation.

This fixes #6452
2025-08-07 11:50:01 +02:00
..
IApplicationSettings.cs Prevent thread leak in TrayIcon 2025-08-07 11:50:01 +02:00
ILogWriteHandler.cs Removed the LogWriteHandler from FIXMEGlobal 2025-05-05 13:41:28 +02:00
IProgressStateProviderService.cs One more FIXMEGlobal removal 2025-05-03 16:25:24 +02:00
IQueueRunnerService.cs One more FIXMEGlobal removal 2025-05-03 16:25:24 +02:00
ISchedulerService.cs Remove WorkerThread class 2025-05-03 15:01:09 +02:00