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.
An async stream that yields data objects each time the channel receives a message.
final let receivedMessageStream: AsyncStream<Data>The async stream ends when the message channel closes.