Skip to content

GJsonRpcClient.call_async can set a callback

boyska requested to merge 18496-rpc-call-async into devel

Closes #18496 (closed)

  • improve GJsonRpcClient so that it has a callback
  • improve tca-portal so that it waits for the process to be complete before sending a response to GJsonRpcClient
  • the response include the process returncode
  • multiple requests are processed in parallel
Edited by boyska

Merge request reports