Contents

processIncomingMessage(_:from:)

Pass incoming messages from the reliable channel to the game.

Declaration

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

Parameters

  • message:

    The incoming message

  • sender:

    The peer that sent the message

See Also

Receiving messages from peers