Easy-TCP-Server
Easy-TCP-Server copied to clipboard
An easy-to-implement TCP server which handles incoming TCP data from multiple clients via 'channels' of connections between the clients and the server.
Results
1
Easy-TCP-Server issues
Sort by
recently updated
recently updated
newest added
Can I use this DLL on .NET Framework 4.7.2? I get this error when trying to start the application, which is referencing the DLL. `using EasyTCP;` It does it when...