Hi Guys,

I have a program that is meant to connect to a game server over TCP port 8080. The connection is all good, and as far as I can tell I am able to send packets. What I need to know is how to Receive every packet the game server sends back. Keep in mind it is sending well over 30packets a second back. Would I just write a while(true) loop to receive or is there something im missing?

Thanks,

Josh