PKBeam / AMWin-RP

A Discord Rich Presence client for Apple Music's native Windows app.
GNU General Public License v3.0
460 stars 27 forks source link

Fix HttpClient memory leak and optimize Regex usage #79

Closed theficus closed 7 months ago

theficus commented 7 months ago

In my testing, memory usage has been very stable after this fix. Prior to the fix I could observe the memory ticking up and staying there after every HttpClient instance was created. I haven't tested this for an extended period of time but I believe this will mitigate this specific memory leak.