We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ead551 commit ad3f7cdCopy full SHA for ad3f7cd
src/rpc/signaling-exchange.ts
@@ -70,8 +70,9 @@ export class SignalingExchange {
70
* should be done nor should any errors be emitted.
71
*/
72
this.clientChannel.ready
73
- .then(() => {
+ .then(async () => {
74
this.exchangeDone = true;
75
+ await this.sendDone();
76
})
77
.catch(console.error); // eslint-disable-line no-console
78
0 commit comments