... | @@ -2043,7 +2043,7 @@ class TCPSocketEx3 //TCP 비동기 통신 서버 예제 |
... | @@ -2043,7 +2043,7 @@ class TCPSocketEx3 //TCP 비동기 통신 서버 예제 |
|
//클라이언트 소켓이 동작하는 스레드
|
|
//클라이언트 소켓이 동작하는 스레드
|
|
Thread clientThread = new Thread(ClientFunc);
|
|
Thread clientThread = new Thread(ClientFunc);
|
|
clientThread.IsBackground = true;
|
|
clientThread.IsBackground = true;
|
|
serverThread.Start();
|
|
clientThread.Start();
|
|
|
|
|
|
Console.ReadLine();
|
|
Console.ReadLine();
|
|
}
|
|
}
|
... | | ... | |