@@ -177,7 +177,6 @@ cc.Class({
autoConnect: true, // 自动连接
reconnection: true, // 断开自动重连
reconnectionDelay: 3000, // 重连间隔时间,单位秒
- reconnectionAttempts: 5 // 最大重连尝试次数,默认为Infinity
})
let seq = 1;