Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
markfields committed Jul 1, 2024
1 parent 697ac97 commit 074f059
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/runtime/container-runtime/src/containerRuntime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2624,6 +2624,8 @@ export class ContainerRuntime
const savedOp = (messageCopy.metadata as ISavedOpMetadata)?.savedOp;
const processResult = this.remoteMessageProcessor.process(messageCopy);
if (processResult === undefined) {
// This means the incoming message is an incomplete part of a message or batch
// and we need to process more messages before the rest of the system can understand it.
return;
}
for (const message of processResult.messages) {
Expand Down

0 comments on commit 074f059

Please sign in to comment.