Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Publish a Message

Publish request

Publish requests are limited to 64KiB. Any request larger will result in the termination of the websocket connection.

Code Block
{
  "seq": <client-supplied-unique-integer>,
  "action": "pub",
  "chan": "<channel-name>",
  "msg": "<message-body>",
  "ack": <boolean>
}

...