*Add missing pushInfos
This commit is contained in:
parent
f9955c18d2
commit
912150c6e4
1
index.js
1
index.js
|
@ -72,6 +72,7 @@ class Channel {
|
||||||
|
|
||||||
if (this._remoteId === 0) {
|
if (this._remoteId === 0) {
|
||||||
this._info.outgoing.push(this._localId);
|
this._info.outgoing.push(this._localId);
|
||||||
|
await this._mux.pushInfos();
|
||||||
}
|
}
|
||||||
|
|
||||||
const state = { buffer: null, start: 2, end: 2 };
|
const state = { buffer: null, start: 2, end: 2 };
|
||||||
|
|
Reference in New Issue