fix: ininial sync content flush not scheduled

This commit is contained in:
Ryan Turnquist 2025-02-19 09:44:19 -08:00 committed by Dylan Piercey
parent 69581baff3
commit 4c204556a3
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
"marko": patch
---
Fix initial sync content not scheduled for flush

View File

@ -198,6 +198,7 @@ var proto = (AsyncStream.prototype = {
writer.next = originalWriter.next;
writer.state = this._state;
writer.merge(originalWriter);
writer.scheduleFlush();
this._state.stream = stream;
this._state.writer = writer;