Back

pong (clj)

(source)

function

(pong socket) (pong socket data)
Sends an unsolicited pong message via a websocket, with an optional byte array or ByteBuffer that may contain custom session data. A convenient wrapper for the -pong protocol method.

Examples