Rename jsron RPC commands, add "Ready" and "Log"

This commit is contained in:
badaix 2021-06-10 08:56:43 +02:00
parent 0eaee48f10
commit 149c2ae9a2
3 changed files with 92 additions and 40 deletions

View file

@ -216,7 +216,7 @@ protected:
boost::asio::io_context& ioc_;
ServerSettings server_settings_;
std::unique_ptr<CtrlScript> ctrl_script_;
size_t req_id_;
int req_id_;
};
} // namespace streamreader