Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the format for response string when wawaka method invocations fail
The response message for failed method invocations was an encoded JSON string while other messages were simply a string. Now, when a method fails the result must be a string value and it will be returned immediately, without JSON encoding. Signed-off-by: Mic Bowman <[email protected]>
- Loading branch information