parent
c9e850515e
commit
0a6a78bc58
5 changed files with 7 additions and 22 deletions
|
|
@ -221,7 +221,6 @@ namespace AaxDecrypter
|
|||
var buff = new byte[DOWNLOAD_BUFF_SZ];
|
||||
do
|
||||
{
|
||||
Thread.Sleep(5);
|
||||
var bytesRead = _networkStream.Read(buff, 0, DOWNLOAD_BUFF_SZ);
|
||||
_writeFile.Write(buff, 0, bytesRead);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue