jsonrpcserver
jsonrpcserver copied to clipboard
Don’t return “Success” from methods
There should be no need to return a “Success” result from methods. This can be handled in the @method decorator implementation.