connectWroteChunk

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

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