<!--
{
  "availability" : [
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "TabletopKit",
  "identifier" : "/documentation/TabletopKit/TabletopNetworkSession/processIncomingMessage(_:from:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "TabletopKit"
    ],
    "preciseIdentifier" : "s:11TabletopKit0A14NetworkSessionC22processIncomingMessage_4fromy10Foundation4DataV_4PeerQztF"
  },
  "title" : "processIncomingMessage(_:from:)"
}
-->

# processIncomingMessage(_:from:)

Pass incoming messages from the reliable channel to the game.

```
func processIncomingMessage(_ message: Data, from sender: TabletopNetworkSession<Coordinator>.Peer)
```

## Parameters

`message`

the incoming message

`sender`

the peer that sent the message

---

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)