Contents

messages

Receive data from a connection as an async stream.

Declaration

var messages: AsyncThrowingStream<ApplicationProtocol.Message<ApplicationProtocol.ContentType>, any Error> { get }

Discussion

This may be called before the connection is ready, in which case the receive requests will be enqueued until the connection is ready.