vertx / io.vertx.kotlin.core.http / io.vertx.core.http.ServerWebSocket / writePingAwait

writePingAwait

suspend fun ServerWebSocket.writePingAwait(data: Buffer): Unit

Suspending version of method io.vertx.core.http.ServerWebSocket.writePing

Parameters

data -

the data to write, may be at most 125 bytes

NOTE: This function has been automatically generated from io.vertx.core.http.ServerWebSocket using Vert.x codegen.