Hello,
Can someone give me a link to a very reliable asynchronous communication library created using sockets which can simply send text messages from client to server and vice versa?
The asynchronous library should work without memory leakage even if the client and server programs are fully closed and then re-opened and re-connected repetitively.It's alright even if you could give me code snippets to achieve the same.
Thanks
Edit: WCF is part of .Net 3.5. But we need to stick to .Net 2.o since it installs faster on the users pc. The customer doesn't want .Net 3.5.