[FIX] Callbacks weren't properly called

This commit is contained in:
Dogukan
2020-10-23 14:49:20 +02:00
parent 80d970da35
commit 7df48ab322
3 changed files with 4 additions and 25 deletions

View File

@@ -94,7 +94,6 @@ namespace Client
throw new OutOfMemoryException("buffer too small");
}
Array.Copy(buffer, 0, totalBuffer, totalBufferReceived, amountReceived);
totalBufferReceived += amountReceived;