mirror of
https://github.com/sochix/TLSharp.git
synced 2025-12-06 08:02:00 +01:00
Remove GC.Collect()
This commit is contained in:
parent
79b02b9295
commit
a20a73f29f
|
|
@ -46,7 +46,6 @@ namespace TLSharp.Core.Requests
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stream = null;
|
stream = null;
|
||||||
GC.Collect();
|
|
||||||
int partnumber = 0;
|
int partnumber = 0;
|
||||||
long file_id = BitConverter.ToInt64(RandomByteArray(8), 0);
|
long file_id = BitConverter.ToInt64(RandomByteArray(8), 0);
|
||||||
while (parts.Count != 0)
|
while (parts.Count != 0)
|
||||||
|
|
@ -89,7 +88,6 @@ namespace TLSharp.Core.Requests
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stream = null;
|
stream = null;
|
||||||
GC.Collect();
|
|
||||||
int partnumber = 0;
|
int partnumber = 0;
|
||||||
long file_id = BitConverter.ToInt64(RandomByteArray(8), 0);
|
long file_id = BitConverter.ToInt64(RandomByteArray(8), 0);
|
||||||
while (parts.Count != 0)
|
while (parts.Count != 0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue