fix compile error

main 0.0.6
xiaohang 2023-09-18 15:10:43 +08:00
parent 9a791a0402
commit f217a3ad6c
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ namespace DofLibrary
channelConfig.Crc32Check = false; channelConfig.Crc32Check = false;
channelConfig.UseConvChannel = true; channelConfig.UseConvChannel = true;
//channelConfig.Conv = UnityEngine.Random.Range(1, int.MaxValue); //channelConfig.Conv = UnityEngine.Random.Range(1, int.MaxValue);
if(_timeoutMillis.hasValue) if(_timeoutMillis.HasValue)
channelConfig.TimeoutMillis = _timeoutMillis.Value; channelConfig.TimeoutMillis = _timeoutMillis.Value;
_kcpClient = new KcpClient(); _kcpClient = new KcpClient();