feat
BREAKING
task/push-streaming-client
#2 / 2
feat: parse push response as frame stream (Unpacker, not unpackb)
- push_stream_coro uses msgpack.Unpacker to iterate P/R/X frames instead of unpackb(resp.content) which fails when server prepends progress frames - P frames are printed to stderr as they arrive (real-time push progress) - PushResult.message reads from 'msg' key (matches server R frame format) - TDD: test_push_streaming_client.py (C1/C2/C3) codifies correct behavior
sha256:fe5063f21f7a134ea0dc5079a06ce27c18615fff659fceab55e7c3f2121c0d89
sha
sha256:68b45800dd2204799c12b4b9eca663581eba959fd4ee5133942cc68f0d9119ca
snapshot
← Older
Oldest on task/push-streaming-client
All commits
Newer
fix: stream push response chunks in real time so P frames print …
sha256:b56d0dee5dc6a5a1dde3bd526a906c7377481a1391ca19d1145d5b38c8f455ea
0 comments
To add a comment, use the Muse CLI:
muse hub commit comment sha256:fe5063f21f7a134ea0dc5079a06ce27c18615fff659fceab55e7c3f2121c0d89 --body "your comment"
No comments yet. Be the first to start the discussion.