[FIX] Callbacks weren't properly called
This commit is contained in:
@@ -94,7 +94,6 @@ namespace Client
|
||||
throw new OutOfMemoryException("buffer too small");
|
||||
}
|
||||
|
||||
|
||||
Array.Copy(buffer, 0, totalBuffer, totalBufferReceived, amountReceived);
|
||||
totalBufferReceived += amountReceived;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user