---
title: receivedMessageStream
framework: foveatedstreaming
role: symbol
role_heading: Instance Property
path: foveatedstreaming/foveatedstreamingsession/messagechannel/receivedmessagestream
---

# receivedMessageStream

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

## Declaration

```swift
final let receivedMessageStream: AsyncStream<Data>
```

## Discussion

Discussion The async stream ends when the message channel closes.
