WinForm and Udp

I am trying to a test client in winform(or console app) so i can test my client handlers without having to load up Unity and test from there. When I try to connect to my server using the same server address and application and Upd(which is working in unity). I am unable able to see the connection getting to the CreatePeer function in my application. If i switch to use Tcp, and use one of the Tcp ports(which are use for the admin, and S2S peers), I am able to connect to my server. I need to find a way to connect to my server via Udp and not Tcp.

Comments

  • Never mind. I need to keep on calling the Service function on the PhotonPeer object