Skip to content

RPC calls type check #18

@eigen-value

Description

@eigen-value

If possible, the decoder (server) should return a MALFORMED_CALL_ERR if the RPC is passing the right number of parameters but the type is wrong eg:

[.. .. "add", 1, 4.2]

when the method is:

int add (int a, int b){
...
}

Metadata

Metadata

Assignees

Labels

topic: codeRelated to content of the project itselftype: enhancementProposed improvement

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions