[Cppcms-users] Dispatch JSON-RPC methods.
Brought to you by:
artyom-beilis
|
From: Erasmo A. <eag...@ho...> - 2014-08-11 18:51:47
|
Hello, I'm having troubles using JSON-RPC. I already derive the application class from cppcms::rpc::json_rpc_server and bind the RPC methods in its constructor using the bind() method. However, I don't know how to dispatch the RPC methods once an asynchronous request get into the main() method of the application class. Please help me out. Erasmo. |