Keep a connection engaged
Learn how to keep a conversation engaged through ping message support with the Flow Socket API
When a connection is established, it automatically disconnects if no messages are received within 50 seconds.
To keep the connection active, Khoros Flow supports ping messages.
{
"type": "ping"
}
{
"type": "pong"
}
Updated 3 days ago