You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've developed a similar library for C#, but I used StreamJsonRpc for handling JsonRpc. It really simplifies the parsing, transport, and other aspects.
Hi,
Thanks for the great job!
I've developed a similar library for C#, but I used StreamJsonRpc for handling JsonRpc. It really simplifies the parsing, transport, and other aspects.
You should give it a try.
Julien.