messages

val messages: ReceiveChannel<ClientMessageWrapper>

A ReceiveChannel of incoming messages. As ClientMessageWrapper is a sealed type, using a when statement on the message will be exhaustive.