Contents

receivedMessageStream

An async stream that yields data objects each time the channel receives a message.

Declaration

final let receivedMessageStream: AsyncStream<Data>

Discussion

The async stream ends when the message channel closes.