fix: stream push response chunks in real time so P frames print immediately
Replace await client.post() (buffered) with async with client.stream() + resp.aiter_bytes() so server progress frames reach the terminal as each chunk arrives — same as git remote: sideband messages during a push.
Add C4 static test asserting the streaming pattern is used.
sha256:b56d0dee5dc6a5a1dde3bd526a906c7377481a1391ca19d1145d5b38c8f455ea
sha
sha256:9e3647c8fcf0de6b9d89c16c4dab2f76363e2bc355a86564a22dbad5ad089486
snapshot
Older
feat: parse push response as frame stream (Unpacker, not unpackb)
sha256:fe5063f21f7a134ea0dc5079a06ce27c18615fff659fceab55e7c3f2121c0d89
All commits
Newer →
Latest on task/push-streaming-client
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:b56d0dee5dc6a5a1dde3bd526a906c7377481a1391ca19d1145d5b38c8f455ea --body "your comment"
No comments yet. Be the first to start the discussion.