Tagged Questions
0
votes
1answer
869 views
What is the preferred way to handle this TCP connection in C#?
I have a server application (singleton, simple .NET console application) that talks to a GlobalCache GC-100-12 for the purpose of routing IR commands. Various .NET WinForm clients on the local network ...