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