forked from FoundKeyGang/FoundKey
✌️
This commit is contained in:
parent
aec3b33326
commit
918f2cf6cf
1 changed files with 2 additions and 0 deletions
|
@ -79,6 +79,8 @@ export default abstract class StreamManager<T extends Connection> extends EventE
|
||||||
// また直ぐに再利用される可能性があるので、一定時間待ち、
|
// また直ぐに再利用される可能性があるので、一定時間待ち、
|
||||||
// 新たな利用者が現れなければコネクションを切断する
|
// 新たな利用者が現れなければコネクションを切断する
|
||||||
this.disposeTimerId = setTimeout(() => {
|
this.disposeTimerId = setTimeout(() => {
|
||||||
|
this.disposeTimerId = null;
|
||||||
|
|
||||||
this.connection.close();
|
this.connection.close();
|
||||||
this.connection = null;
|
this.connection = null;
|
||||||
}, 3000);
|
}, 3000);
|
||||||
|
|
Loading…
Reference in a new issue