Austin Harris

Results 32 comments of Austin Harris

There must be something tricky about the way I'm hosting my blazor app, as I was getting 404 when I initially tried to include. I ended up finding the file...

Let's look into the hybrid log from faster and see if we can use that or fork it and make it work for us.

Some locations in the stack we could use plugins - saving and loading DataBlocks - We might want to do some text processing - Compression - Rewriting text formatted number...

There are a few approaches here. Off the top of my head. - Write a marker into the deleted noded and if we end up at the node, ignore it....

Very cool! I'm sure others would enjoy this flexibility as well.

I've pushed a branch up that starts work on this. Feel free to collaborate on it with me. branch: https://github.com/Astn/JSON-RPC.NET/tree/SwitchToSystem.Text.Json

Initial tests show this branch is almost 2x as fast the current approach. ``` Starting benchmark processed 50 rpc in 0ms for ∞ rpc/sec processed 100 rpc in 0ms for...

If you would like to avoid the inheritance then you can bind your services manually instead of using the Abstract Base Class. https://github.com/Astn/JSON-RPC.NET/blob/master/Json-Rpc/JsonRpcService.cs Eg: ```c# ServiceBinder.BindService(Handler.DefaultSessionId(), SomeServiceClassWithServiaceAnnotations); // or ServiceBinder.BindService(SomeSessionID,...

I think your right. -32602 seems to be the most specific for this case. > code | message | meaning -- | -- | -- -32700 | Parse error |...