Can I use "TcpClient" instead "IPhotonPeerListener"?

Options
kyoku
edited November 2011 in Photon Server
In Photon3.0 which provides "ServerToServer.TcpClient" used delegate event, easier and pure than the traditional "IPhotonPeerListener" must call "peer.Service ()" , could I use "ServerToServer.TcpClient" instead "IPhotonPeerListener"?

Comments

  • dreamora
    Options
    As the class implies its only for server 2 server communication so if you create a scaleable multinode server application for example that needs internode communication. you can't send data to the clients that way, you need to use the peer functionality for photon server <-> client communication