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
Unhandled Exception: System.AggregateException: One or more errors occurred. ---
> EdjCase.JsonRpc.Client.RpcClientUnknownException: Error occurred when trying t
o send rpc requests(s) ---> System.Net.Http.HttpRequestException: An error occur
red while sending the request. ---> System.Net.WebException: The server committe
d a protocol violation. Section=ResponseStatusLine
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
...
Presumably, because I had anyway to use a fake "http://" scheme before the hostname to construct a Uri object first.
Any chance EdjCase can be easily adapted for this use case as well?
The text was updated successfully, but these errors were encountered:
Judging by briefly looking at the code (e.g. https://github.com/edjCase/JsonRpc/blob/master/src/EdjCase.JsonRpc.Client/RpcClient.cs), seems like EdjCase.JsonRpc libraries are entirely HTTP-based, instead of transport-agnostic JsonRpc-based. Am I right?
For example, I cannot manage to do the equivalent of this nc command below:
The result of that in a Linux terminal, is:
Trying the same with EdjCase I get:
Presumably, because I had anyway to use a fake "http://" scheme before the hostname to construct a Uri object first.
Any chance EdjCase can be easily adapted for this use case as well?
The text was updated successfully, but these errors were encountered: