connectRequestAborted

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

Emitted when processing has failed for a message.

This could mean either that it could not be read (if signal@Server::request-read has not been emitted for it yet), or that the response could not be written back (if signal@Server::request-read has been emitted but signal@Server::request-finished has not been).

Parameters

connectFlags

A combination of ConnectFlags

handler

the Callback to connect. Params: message the message