libjson-rpc-cpp icon indicating copy to clipboard operation
libjson-rpc-cpp copied to clipboard

C++ framework for json-rpc (json remote procedure call)

Results 21 libjson-rpc-cpp issues
Sort by recently updated
recently updated
newest added

Hi, Currently in the class `LinuxTcpSocketServer` when a request is processed by the server in `HandleConnection()` the TCP connection for the client is closed after sending the response. Is it...

I cannot get the package installed because cmake keeps erroring out. Anyone with ideas? I have installed All dependencies on Ubuntu Linux. When in the build directory I get cmake...

I have a collection of several JSON-RPC .json files which I would like to support in a single HTTP server. I have tried: - Reutilizing the same `HttpServer` object for...

I have been playing around a little with libjson-rpc-cpp, and I have a question about using the CMake config files which are provided. Using the example on the homepage, I...

why not support adding optional parameters to the server method? such as: virtual Json::Value GetInfo() = 0; virtual Json::Value GetInfo(const std::string &param1 ) = 0; virtual Json::Value GetInfo(const std::string &param1,...

According to my understanding, `HttpServer` creates multiple threads and listens with them detached from the main thread. And it should be possible to use multiple `HttpClient`'s with a single server...

We would like to build libjson-rpc-cpp using Visual Studio. We have tried the 1.1.1 release and the cmake step worked, but we couldn't get things to compile afterwards. The changelog...

I plan to split out the connectors into a separate (or multiple) repositor(y/ies). **Rationale:** * The number of connectors kind of escalated (which is a very good thing, because so...

enhancement

Hello! I've been using this package for a while on several platforms, mostly embedded Yocto Linux, but also on Windows for the client side (pre-compiled v 0.5). I now need...

We face to problem with your library. We builded it with **Visual Studio** compiler and with definition **UNICODE**. The library was builded successfully. But late we noticed invalid error messages...