Unplanned
Last Updated: 04 Dec 2020 09:59 by ADMIN
SturmA
Created on: 04 Dec 2020 09:58
Type: Feature Request
1
Provide a notification in the ReportsController for the moment when the report source is no longer needed
In my scenario, I save the ReportSource instances in a dictionary in the custom ReportSource Resolver:
private static ConcurrentDictionary<string, EsiInstanceReportSource> _irs = new ConcurrentDictionary<string, EsiInstanceReportSource>();
However, I have no chance to delete the memory because there is no event or flag to see when it is not needed anymore.
0 comments