mirror of
https://github.com/sochix/TLSharp.git
synced 2026-04-05 14:37:04 +00:00
Remove GC.Collect()
This commit is contained in:
parent
79b02b9295
commit
a20a73f29f
1 changed files with 0 additions and 2 deletions
|
|
@ -46,7 +46,6 @@ namespace TLSharp.Core.Requests
|
|||
}
|
||||
}
|
||||
stream = null;
|
||||
GC.Collect();
|
||||
int partnumber = 0;
|
||||
long file_id = BitConverter.ToInt64(RandomByteArray(8), 0);
|
||||
while (parts.Count != 0)
|
||||
|
|
@ -89,7 +88,6 @@ namespace TLSharp.Core.Requests
|
|||
}
|
||||
}
|
||||
stream = null;
|
||||
GC.Collect();
|
||||
int partnumber = 0;
|
||||
long file_id = BitConverter.ToInt64(RandomByteArray(8), 0);
|
||||
while (parts.Count != 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue