sendPong

abstract suspend fun sendPong(frameData: ByteString)(source)

Sends an unsolicited web socket pong frame.

Note that implementations usually take care of sending Pong frames corresponding to each received Ping frame, so applications should not bother dealing with Pongs in general. Unsolicited Pong frames may be sent, however, for instance to serve as unidirectional heart beats.