[core] core.onRawMessage
should return error when it fails to parse message
#10
Labels
bug
Something isn't working
Issue
core.onRawMessage
returns null by default or the parsed message when it succeeds.Expected Behaviour
If there is an error further up the middleware stack it should be passed down and create an error response with the error message and maybe an error code as the payload
The text was updated successfully, but these errors were encountered: