aiorpc
aiorpc copied to clipboard
Internal exceptions, such as msgpack sealization issues are not send to client
When you encounter an internal exception, such as a msgpack exception saying it can't serialize a string, the server doesn't send anything to the client- it just times out.
This is not ideal behavior and should be fixed.