Sockets server design advice
- by Rob
We are writing a socket server in c# and need some advice on the design.
Background: Clients (from mobile devices) connect to our server app and we leave their socket open so we can send data back down to them whenever we need to. The amount of data varies but we generally send/receive data from each client every few seconds, so it's quite…