ponger

fun CoroutineScope.ponger(outgoing: SendChannel<Frame.Pong>, pool: ObjectPool<ByteBuffer> = KtorDefaultPool): SendChannel<Frame.Ping>

Launch a ponger actor job on the CoroutineScope sending pongs to outgoing channel. It is acting for every client's ping frame and replying with corresponding pong