We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At the moment when something bad happens both client and server just times out.
We need:
HttpServer.makeResponse
BuzzFail
RequestState
RPCPacketKind.RpcFail
RPCPacketKind.BuzzFail
ref
The text was updated successfully, but these errors were encountered:
#355 better exception model
c21eb51
pshirshov
No branches or pull requests
At the moment when something bad happens both client and server just times out.
We need:
HttpServer.makeResponse
to supportBuzzFail
incoming messageRequestState
RPCPacketKind.RpcFail
orRPCPacketKind.BuzzFail
withref
set we should pass the exception intoRequestState
in both server and client.The text was updated successfully, but these errors were encountered: