Update MessageInStream.cpp

pull/19/head
TildenWinston 2022-09-11 14:23:23 -07:00 committed by GitHub
parent 20b4ec930e
commit 4bc084d356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ void MessageInStream::receiveFramePayloadHandler(const common::DataConstBuffer&
promise_.reset();
isResolved = true;
currentMessageIndex_--;
//currentMessageIndex_--;
} else {
// First or Middle message, we'll store in our buffer...
messageBuffer_[message_->getChannelId()] = std::move(message_);