提交 d522e7a0 编写于 作者: T tanghai

修复服务端运行错误

上级 46a4bac1
......@@ -24,8 +24,6 @@ namespace App
Log.Info("server start........................");
Game.Scene.AddComponent<EventComponent>();
Game.Scene.AddComponent<TimerComponent>();
Game.Scene.AddComponent<MessageDispatherComponent, AppType>(startConfig.AppType);
// 根据不同的AppType添加不同的组件
......
// 这两个文件所有者必须是root
sudo chown root.root /etc/rsyncd.secrets
sudo chown root.root /etc/rsyncd.conf
// /etc/rsyncd.secrets必须是600权限,否则报错
// @ERROR: auth failed on module Upload
// rsync error: error starting client-server protocol (code 5) at main.c(1635) [sender=3.1.1]
......
{ "_t" : "RsyncConfig", "Host" : "192.168.8.235", "Account" : "tanghai", "Password" : "1234567890", "RelativePath" : "Source/Egametang", "Exclude" : [".git/", "Logs/", "Tools/", "Bin/", "Server/packages/", "Temp/", "Server/Server.sdf", "Unity/Library/", "Unity/Temp/", "*/obj"] }
\ No newline at end of file
{ "_t" : "RsyncConfig", "Host" : "192.168.9.210", "Account" : "tanghai", "Password" : "1234567890", "RelativePath" : "Source/Egametang", "Exclude" : [".git/", "Logs/", "Tools/", "Bin/", "Server/packages/", "Temp/", "Server/Server.sdf", "Unity/Library/", "Unity/Temp/", "*/obj"] }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册