Commit graph

2 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