parent
f6f79fb388
commit
706d47ec32
@ -75,12 +75,10 @@ export default class Stream extends EventEmitter {
|
|||||||
|
|
||||||
// チャンネル再接続
|
// チャンネル再接続
|
||||||
if (isReconnect) {
|
if (isReconnect) {
|
||||||
this.sharedConnectionPools.forEach(p => {
|
for (const p of this.sharedConnectionPools)
|
||||||
p.connect();
|
p.connect();
|
||||||
});
|
for (const c of this.nonSharedConnections)
|
||||||
this.nonSharedConnections.forEach(c => {
|
|
||||||
c.connect();
|
c.connect();
|
||||||
});
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user