修改重连次数
This commit is contained in:
@@ -229,7 +229,7 @@ export class ImClient {
|
||||
}
|
||||
//TODO
|
||||
// 重连10次
|
||||
for (let index = 0; index < 10000000; index++) {
|
||||
for (let index = 0; index < 1; index++) {
|
||||
await sleep(5)
|
||||
try {
|
||||
log.info("try to relogin")
|
||||
|
||||
Reference in New Issue
Block a user