You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The interceptor registration creates new ProxyGenerator every time, which means that existing proxies aren't reused. This causes a memory leak. The following line should be changed to be a static instance or registered as a singleton:
The interceptor registration creates new ProxyGenerator every time, which means that existing proxies aren't reused. This causes a memory leak. The following line should be changed to be a static instance or registered as a singleton:
foil/src/Foil/ServiceCollectionExtensions.cs
Line 115 in 603ec15
This has also been an issue in other projects:
Glimpse/Glimpse#126
jacqueskang/IpcServiceFramework#16
corentinaltepe/PerformanceLogger#1
The text was updated successfully, but these errors were encountered: