Explorar el Código

修改最大重连次数为10次

sa03 hace 6 años
padre
commit
0e7f8a5017
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      assets/scripts/Game.js

+ 1 - 0
assets/scripts/Game.js

@@ -177,6 +177,7 @@ cc.Class({
             autoConnect: true,          // 自动连接
             reconnection: true,         // 断开自动重连
             reconnectionDelay: 5000,    // 重连间隔时间,单位秒
+            reconnectionAttempts: 10
         })
 
         let seq = 1;