mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 17:55:38 +02:00
Working mysql connection icon
This commit is contained in:
@@ -46,12 +46,9 @@ internal class TCPController
|
||||
{
|
||||
try
|
||||
{
|
||||
// Start listening to UDP
|
||||
|
||||
// Start listening to TCP
|
||||
tcpServer = new TcpListener(IPAddress.Any, intListenPort);
|
||||
|
||||
string strReceivedData;
|
||||
byte[] arrReceiveByteArray;
|
||||
|
||||
// Start the main loop
|
||||
TCPController.boolDone = false;
|
||||
|
||||
Reference in New Issue
Block a user