Astn/JSON-RPC.NET

Error when using optional parameters

HoMS1987 opened this issue · 1 comments

If I use a JsonRpc method with optional parameters I get an error when only the second or third optional parameter is used. So it matters in which order the optional parameters are declared in the method.

I already provided a solution with my pull request #108

Would be great if you have a look :)

Astn commented

Looking.