SENT_TICK (10)
Issues a TICK event to all clients that are subscribed to tick events. This may be used to ensure that all events prior to the tick are received.
Payload
Users may provide an optional JSON payload. This payload will be provided back to the listeners of the tick event.
Reply
{
"success": boolean
}
Example
{
"success": true
}