<!--
{
  "availability" : [
    "visionOS: 26.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "FoveatedStreaming",
  "identifier" : "/documentation/FoveatedStreaming/FoveatedStreamingSession/MessageChannel/receivedMessageStream",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Foveated Streaming"
    ],
    "preciseIdentifier" : "s:17FoveatedStreaming0aB7SessionC14MessageChannelC08receivedD6StreamScSy10Foundation4DataVGvp"
  },
  "title" : "receivedMessageStream"
}
-->

# receivedMessageStream

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

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

## Discussion

The async stream ends when the message channel closes.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)