@KamushekDev when you subscribe to things like this, it's always worth having try finally block ensuring that you unsubscribe, even in case of unhandled exception in the middle.
This commit is contained in:
JustArchi
2020-08-23 13:14:17 +02:00
parent a15a6e6fe7
commit 717257ec9b
2 changed files with 8 additions and 2 deletions

View File

@@ -452,6 +452,7 @@ namespace ArchiSteamFarm {
}
progressReporter?.Report(0);
#if NETFRAMEWORK
using MemoryStream ms = new MemoryStream((int) response.Length);
#else