Update ZMQ Message Reference

2025-04-08 15:38:22 +02:00
parent cea6b497f4
commit 649a363308
+1 -1
@@ -2,7 +2,7 @@ This page lists the JSON strings that can be sent to the ZMQ REQ/REP port in ord
`[HEADER, {"key1":"value1","key2":"value2","key3":"value3"}]`
Request messages are typically responded to by a simple \["status", "ok"\] response on the REQ/REP port and the publication of further data on the PUB/SUB port.
Request messages are typically responded to by a simple `["status", "ok"]` response on the REQ/REP port and the publication of further data on the PUB/SUB port.
## 'initialize'