choleraehyq/aiorpc

Internal exceptions, such as msgpack sealization issues are not send to client

volfco opened this issue · 0 comments

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.