*Add missing pushInfos

This commit is contained in:
Derrick Hammer 2023-04-07 12:22:03 -04:00
parent f9955c18d2
commit 912150c6e4
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ class Channel {
if (this._remoteId === 0) {
this._info.outgoing.push(this._localId);
await this._mux.pushInfos();
}
const state = { buffer: null, start: 2, end: 2 };