jcon-cpp icon indicating copy to clipboard operation
jcon-cpp copied to clipboard

JSON RPC 2.0 library using C++ and Qt 6

Results 14 jcon-cpp issues
Sort by recently updated
recently updated
newest added

Add the possibility to return QVariant futures in the services. Futures uses QFuture therefore runs in a different thread (or the QThreadPool specified as second argument, useful to simulate a...

For technical reasons, I would like to use the same service with two different procols one with tcp (for python2 clients, where I don't have any json rpc websocket available)...

Hi, I had a client (python) / server (jcon) program running fine in a windows 7 computer. I launched the same program on a really fast computer (3Ghz) and the...

excuse me ? how to build it on windows with cmake ? thank you very much!!!! I use cmake-gui to generate makfile but when i make it. It seems can...

Hi, I'm using your library for a Server-Client QT 5.13.1 C++ application. The framework uses `TCP` as underlying transport layer. Is there a way to track the current up-/downloadprogress of...

Is their a safe/easy way to go about making logging/middle-ware routes? P.S great library! We're about to use it in a production setting

Hello! I am getting this error in json_rpc_server.cpp: error: 'auto' not allowed in lambda parameter in method: QString logInvoke(const QMetaMethod& meta_method, const QVariantList& args, const QVariant& return_value) { const auto...

Hi, Is there a limit on the number of connections on the same server ? Regards, S.Ancelot

Hi First thanks for this great project! What I want to know is, when use the tcp server mode, is there's a simple way to pass the client's IP to...