@@ -2,7 +2,7 @@
"profiles": {
"Share.Tool": {
"commandName": "Project",
- "commandLineArgs": "--AppType=Proto2CS --Console=1",
+ "commandLineArgs": "--AppType=ExcelExporter --Console=1",
"workingDirectory": "..\\..\\Bin"
}
@@ -497,7 +497,10 @@ namespace ET
break;
- NetServices.Instance.OnRead(this.Service.Id, channelId, actorId, message);
+ if( message != null )
+ {
+ NetServices.Instance.OnRead(this.Service.Id, channelId, actorId, message);
+ }
catch (Exception e)
{
@@ -38,11 +38,11 @@ namespace ET
// 一种对象最大为1000个
- if (queue.Count > 1000)
+ /*if (queue.Count > 1000)
return;
- }
+ }*/
queue.Enqueue(obj);
-}
+}
@@ -5,13 +5,12 @@
"EnableOptimisations": true,
"EnableSafetyChecks": false,
"EnableDebugInAllBuilds": false,
- "UsePlatformSDKLinker": false,
"CpuMinTargetX32": 0,
"CpuMaxTargetX32": 0,
"CpuMinTargetX64": 0,
"CpuMaxTargetX64": 0,
"CpuTargetsX32": 6,
"CpuTargetsX64": 72,
- "OptimizeFor": 0
+ "OptimizeFor": 1
@@ -224,5 +224,6 @@ QualitySettings:
customRenderPipeline: {fileID: 0}
excludedTargetPlatforms: []
m_PerPlatformDefaultQuality:
+ Android: 0
Server: 0
Standalone: 0