7.1한국어
릴리즈 버전 : 1.7
빌드번호 : 50227
릴리즈 타입 : master
릴리즈 날짜 : 2020년 07월 23일 (한국시간기준)
수정된 기능 - 하위 호환성을 유지하는 수정사항
이제 NetClient의 OnServerOffline 이벤트와 NetServer의 OnClientOffline 이벤트의 CRemoteOfflineEventArgs.m_errorInfo에서 disconnect의 원인을 찾으실 수 있습니다.
연결유지기능을 켠 상태에서 클라이언트간 대량의 P2P Reliable 메시징을 하다가, 한쪽 클라이언트가 단선되면, 서버가 엉뚱한 클라이언트를 단선하는 문제를 수정하였습니다.
CListNode 클래스 사용시 link error가 발생하는 문제를 수정하였습니다.
CHeldPtr.get 함수를 추가하였습니다.
CFastMap.Remove의 도움말을 추가하였습니다.
RemoteOfflineEventArgs의 도움말을 추가하였습니다.
FastArray의 도움말의 오타를 수정하였습니다.
7.2English
Release version: 1.7
Build number: 50227
Release type: master
Release date: July 23, 2020 (Korea time)
Fixed features - fixes that maintain backward compatibility
You can now find the cause of disconnect in NetClient's OnServerOffline event and NetServer's OnClientOffline event's CRemoteOfflineEventArgs.m_errorInfo.
Fixed an issue where the server disconnected the wrong client when one client was disconnected after a large amount of P2P reliable messaging between clients while the Auto Connection Recovery function was turned on.
Fixed a link error when using the CListNode class.
Added CHeldPtr.get function.
Added help for CFastMap.Remove.
Added help for RemoteOfflineEventArgs.
Fixed typos in FastArray's help.