onPong

suspend fun onPong(bytes: ByteArray)(source)

Sends a WebSocketFrame.Pong frame to the incomingFrames flow.

The given bytes array is used as-is in the frame and thus must not be modified later.