diff --git a/Source/IO/AuIOPipeProcessor.cpp b/Source/IO/AuIOPipeProcessor.cpp index 839b6465..d79a33b9 100644 --- a/Source/IO/AuIOPipeProcessor.cpp +++ b/Source/IO/AuIOPipeProcessor.cpp @@ -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) {