4.LAN 통신기에서의 thread pool

서버간 LAN 통신기는 1.7버전에서는 퇴역 되었습니다.

자세한 내용은 ProudNet 1.6 에서 1.7 로 마이그레이션를 참고해 주세요.

Proud.CNetClient와 달리 Proud.CLanClient 는 event callback과 RMI callback은 thread pool의 thread에서 발생합니다. 그리고 이 thread pool은 Proud.CLanClient 에서 준비해줍니다.

따라서 Proud.CNetClient.FrameMove에 대응하는 함수는 없습니다.

Proud.CLanConnectionParam.m_netWorkerThreadCount 에서 클라이언트에서 가지고 있을 thread pool의 thread 갯수를 지정할 수 있습니다.