[*] IOPipeWork completion group problem
This commit is contained in:
parent
579185ec10
commit
b88e28aea0
@ -225,6 +225,11 @@ namespace Aurora::IO
|
||||
{
|
||||
AuMemoryViewWrite internalBuffer;
|
||||
|
||||
if (!this->pAsyncTransaction_->HasCompleted())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
auto err = this->pAsyncStreamReader_->Dequeue(0, internalBuffer);
|
||||
if (err != EStreamError::eErrorNone)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user