Back

on-pong (clj)

(source)

protocol

(on-pong listener socket data)
Called when a pong is received in response to an earlier ping. The client may provide additional binary data, represented by the data ByteBuffer.

Examples