onWroteChunk

fun onWroteChunk(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: () -> Unit): <Error class: unknown class>(source)

Emitted immediately after writing a body chunk for a message.

Note that this signal is not parallel to signal@ServerMessage::got-chunk; it is emitted only when a complete chunk (added with method@MessageBody.append or method@MessageBody.append_bytes has been written. To get more useful continuous progress information, use signal@ServerMessage::wrote-body-data.

Parameters

connectFlags

a combination of ConnectFlags

handler

the Callback to connect