Hey! I can't start a simple standalone tcp server, it says I must supply an udp port different than 0, the gameserver's start method lets you start it by only supplying the tcp port. Is this intended?
Unhandled Exception: System.InvalidOperationException: You must specify a non-ze
ro port to UdpProtocol.Start() before you can receive data.
I want to use TCP, not UDP!
thank you!