Skip to content

Commit

Permalink
settimeout
Browse files Browse the repository at this point in the history
  • Loading branch information
stephmilovic committed Jan 29, 2024
1 parent a77c4d5 commit 08bb76a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ async function readStream(
addOp.value.length
) {
push({ type: 'content', payload: addOp.value });
await new Promise((resolve) => setTimeout(resolve, 0));
}
}
}
Expand Down

0 comments on commit 08bb76a

Please sign in to comment.