diff --git a/index.js b/index.js index 8a5cc1f..f14aa85 100644 --- a/index.js +++ b/index.js @@ -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 };