mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-04-13 21:25:37 -05:00
[PR #66] [MERGED] Fix interceptor memory leaks #274
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/Cleanuparr/Cleanuparr/pull/66
Author: @Flaminel
Created: 2/23/2025
Status: ✅ Merged
Merged: 2/23/2025
Merged by: @Flaminel
Base:
main← Head:fix_interceptor_memory_leaks📝 Commits (5)
c9fbd85removed proxy9df9b46removed Castle package due to memory leaks9df5381fixed dry run interceptor4d8f915removed commentb00cc91fixed interceptor return type📊 Changes
29 files changed (+173 additions, -195 deletions)
View changed files
📝
code/Executable/DependencyInjection/MainDI.cs(+1 -31)📝
code/Executable/DependencyInjection/NotificationsDI.cs(+1 -1)📝
code/Executable/DependencyInjection/ServicesDI.cs(+1 -1)📝
code/Infrastructure.Tests/Verticals/DownloadClient/DownloadServiceFixture.cs(+5 -2)📝
code/Infrastructure.Tests/Verticals/DownloadClient/TestDownloadService.cs(+7 -3)📝
code/Infrastructure/Infrastructure.csproj(+0 -1)📝
code/Infrastructure/Interceptors/DryRunInterceptor.cs(+44 -16)➕
code/Infrastructure/Interceptors/IDryRunInterceptor.cs(+10 -0)➖
code/Infrastructure/Interceptors/IDryRunService.cs(+0 -5)➖
code/Infrastructure/Interceptors/IInterceptedService.cs(+0 -6)➖
code/Infrastructure/Interceptors/InterceptedService.cs(+0 -21)📝
code/Infrastructure/Verticals/Arr/ArrClient.cs(+7 -10)📝
code/Infrastructure/Verticals/Arr/LidarrClient.cs(+6 -8)📝
code/Infrastructure/Verticals/Arr/RadarrClient.cs(+6 -8)📝
code/Infrastructure/Verticals/Arr/SonarrClient.cs(+7 -9)📝
code/Infrastructure/Verticals/ContentBlocker/ContentBlocker.cs(+1 -1)📝
code/Infrastructure/Verticals/DownloadCleaner/DownloadCleaner.cs(+1 -1)📝
code/Infrastructure/Verticals/DownloadClient/Deluge/DelugeService.cs(+10 -11)📝
code/Infrastructure/Verticals/DownloadClient/DownloadService.cs(+7 -10)📝
code/Infrastructure/Verticals/DownloadClient/DummyDownloadService.cs(+2 -6)...and 9 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.