Austin Harris

Results 32 comments of Austin Harris

Initial tests on my Ubuntu 17 workstation are looking promising. * E5-1650 v4 @ 3.60GHz * 64 GB Mem During this run cpu topped out at ~ 50% cpu utilization....

> > > Any progress or time frame on this issue? > > I'm building a .Net Core app (/service) and need to support _clean_ JSON RPC (no headers), and...

Not without creating another variation of the Process function. https://github.com/Astn/JSON-RPC.NET/blob/master/Json-Rpc/JsonRpcProcessor.cs#L34 It may still need to run inside of a Task though. Feel free to submit a pull request.

Thanks for the contribution. However, I am not seeing the tests you refer to in this merge request.

@razvancurcudel this PR adds some tests and enhances the exception that is thrown when your code tries to register the same service multiple times. There are some build fixes that...

Anything that is only called once would be perfect! Sounds like we need to change the wiki to say App_Start instead of Init.

This should be resolved in #90 by allowing the serializer to be provided by the user.

We need to add tests for Handler.GetSessionHandler(string sessionId). Which allows you to do a lot of interesting things.

It would be really cool if we could serialize an expression and then register that expression inside the handler.