Remote Procedure Call (RPC) is a technology present since the emergence of computers and utilizes the interprocess communication technique. Its primary purpose is to enable a client and a server to ...
The latest update added an option to enable RPC server, which was always enabled previously. However, changing the setting does not appear to save to qt-config.ini. Adding the line ...
When the app tries to fetch data from rpc and the server is not available, it seems the app is still trying to parse the response. App shouldn't try to parse the response when receiving 503. App can ...