Commit graph

3 commits

Author SHA1 Message Date
WiseDev
633a0c8d7a shorten the test names and assert messages 2026-08-28 23:54:30 +03:00
WiseDev
5c35bef330 send service errors back over rpc instead of dropping the connection
the call outcome now rides the frame as Result<Response, WireError>, so
a rejection reaches the caller with its message and the pooled
connection stays up. only a real transport failure closes it now; a
malformed request comes back as a rejection too.
2026-08-28 23:43:47 +03:00
WiseDev
a509529aef carry rpc over a binary frame, not json+base64
the inter-service payload is already raw bytes; postcard sends it as
length-prefixed binary instead of base64 stuffed into a json envelope.
drops the base64 module and the per-field serde shims.
2026-08-28 23:26:38 +03:00