scroll.server/crates/service-rpc
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
..
src send service errors back over rpc instead of dropping the connection 2026-08-28 23:43:47 +03:00
tests send service errors back over rpc instead of dropping the connection 2026-08-28 23:43:47 +03:00
Cargo.toml carry rpc over a binary frame, not json+base64 2026-08-28 23:26:38 +03:00