[*] 本地消费者暂停不能被远程消费者暂停恢复影响
This commit is contained in:
@@ -376,7 +376,7 @@ class Taoyao {
|
|||||||
// 定时打印使用情况
|
// 定时打印使用情况
|
||||||
setInterval(async () => {
|
setInterval(async () => {
|
||||||
this.usage();
|
this.usage();
|
||||||
}, 300 * 1000);
|
}, 60 * 1000);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -552,7 +552,7 @@ class Taoyao {
|
|||||||
}
|
}
|
||||||
|
|
||||||
closeAllRoom() {
|
closeAllRoom() {
|
||||||
console.info("关闭所有房间:", this.rooms.size());
|
console.info("关闭所有房间:", this.rooms.size);
|
||||||
this.rooms.forEach((room, roomId) => {
|
this.rooms.forEach((room, roomId) => {
|
||||||
room.closeAll();
|
room.closeAll();
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user