jsonrpc icon indicating copy to clipboard operation
jsonrpc copied to clipboard

split up parse-message?

Open kilianmh opened this issue 1 year ago • 0 comments

Is there a reason why the parse-message function is there? I am trying to implement #38 and it is a bit confusing to have both requests and responses parsed in the same function.

Wouldn't it be more straight forward to split parse-message in parse-request and parse-response?

kilianmh avatar Oct 08 '23 00:10 kilianmh