Peers and applications

Options
jz87
edited January 2011 in Photon Server
Does the application spawn a peer for each client that is connected?

Comments

  • Tobias
    Options
    Yep. Each connecting peer will cause a call to Application.CreatePeer(), where you create and initialize a peer.
    On disconnect, the peer instance's OnDisconnect() is called.