.NET TCP Client/Server communication issue
- by Jamie
What I'm currently trying to do is make a very basic webchat for irc using silverlight.
Basically how I'm trying to do it is have a tcp server listening for connections from silverlight. When a client connects it creates a new connection to irc and data is passed to/from the client/irc via the server application.
I've gotten it to work fine for…