Commit graph

1 commit

Author SHA1 Message Date
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