From 67a09d7d19b75ac8345db93fd80bd1f5e1f5374a Mon Sep 17 00:00:00 2001 From: Matilde Park Date: Tue, 23 Jun 2020 21:46:20 -0400 Subject: [PATCH] dbug: init new channel on start --- pkg/arvo/app/debug/index.html | 4 ++-- pkg/interface/dbug/src/index.js | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/arvo/app/debug/index.html b/pkg/arvo/app/debug/index.html index b16e317b0..eb37ada11 100644 --- a/pkg/arvo/app/debug/index.html +++ b/pkg/arvo/app/debug/index.html @@ -12,8 +12,8 @@
- - + + diff --git a/pkg/interface/dbug/src/index.js b/pkg/interface/dbug/src/index.js index 16e1127c5..26798ac2a 100644 --- a/pkg/interface/dbug/src/index.js +++ b/pkg/interface/dbug/src/index.js @@ -9,6 +9,7 @@ api.setAuthTokens({ ship: window.ship }); +window.urb = new window.channel(); subscription.start(); ReactDOM.render((