fix(streaming): clear data stream on subject completion

This commit is contained in:
Torkel Ödegaard 2016-11-23 17:12:30 +01:00
parent cf751c256b
commit 223f2320eb

View File

@ -252,6 +252,7 @@ class MetricsPanelCtrl extends PanelCtrl {
},
complete: () => {
console.log('panel: observer got complete');
this.dataStream = null;
}
});
}