✅ TCP P2P Data transfer in C# .net framework, ms forms
Hi,
I'm really stuck on my project i have been building a p2p chat application using a tcp connection, i have built the code and have client side and host side of the code depending on the host of the chat. But thats not the problem... the problem is that i make a connection to a TCP server (basically a tcp host on another pc) on a open port. It makes the connection. Responds saying that there was a connection then i send out a message containing a predesignated prefix containin data that i want sending back. And i get no response, i have checked the code and the prefixes over and over and i have no clue what is wrong please help. I will try to provide more information...
I'm really stuck on my project i have been building a p2p chat application using a tcp connection, i have built the code and have client side and host side of the code depending on the host of the chat. But thats not the problem... the problem is that i make a connection to a TCP server (basically a tcp host on another pc) on a open port. It makes the connection. Responds saying that there was a connection then i send out a message containing a predesignated prefix containin data that i want sending back. And i get no response, i have checked the code and the prefixes over and over and i have no clue what is wrong please help. I will try to provide more information...