| 239 | } |
| 240 | |
| 241 | void IpcClient::send_session_state_changed(const std::string& json) { |
| 242 | oid::MessageComposer composer; |
| 243 | composer.push(oid::MessageType::SessionStateChanged).push(json); |
| 244 | composer.send(transport_); |
| 245 | } |
| 246 | |
| 247 | void IpcClient::send_export_buffer_request(const std::string& variable_name, |
| 248 | int format, |