JSON-RPC.NET icon indicating copy to clipboard operation
JSON-RPC.NET copied to clipboard

.Net JSON RPC framework

Results 31 JSON-RPC.NET issues
Sort by recently updated
recently updated
newest added

Hello. I was wondering if it is possible to use the await operator in `[JsonRpcMethod]` methods? Inside the `[JsonRpcMethod]` I would like to call asynchronous methods and return `Task` from...