完善网络框架,增加服务器断开连接回调

This commit is contained in:
ALEXTANG
2023-07-18 17:36:48 +08:00
parent a473971cfb
commit 526baf45fa
39 changed files with 559 additions and 308 deletions

View File

@@ -59,6 +59,20 @@
"ClientCustomExportDirectory": {
"Value": "../../Client/Unity/Assets/Scripts/Hotfix/Generate/CustomExport/",
"Comment": "客户端自定义导出代码文件夹位置"
},
"CustomExportAssembly": {
"Value": "Logic",
"Comment": "自定义导出代码存放的程序集"
}
},
"Network": {
"SessionIdleCheckerInterval": {
"Value": 10000,
"Comment": "每隔多久检查一个Session的对话时间"
},
"SessionIdleCheckerTimeout": {
"Value": 30000,
"Comment": "距上一次接收对话的时间如果超过设定的时间会自定断开Session"
}
}
}