Contents

processIncomingUnreliableMessage(_:from:)

Pass incoming messages from the unreliable channel to the game.

Declaration

func processIncomingUnreliableMessage(_ 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