Find active channels and deliver values

This commit is contained in:
Dominik Werder
2022-06-03 16:57:59 +02:00
parent 775650c2d8
commit 3cd1b7a640
49 changed files with 1002 additions and 270 deletions
+1
View File
@@ -930,6 +930,7 @@ impl Api1EventsBinaryHandler {
.map(|x| Channel {
backend: backend.into(),
name: x.clone(),
series: None,
})
.collect();
// TODO use a better stream protocol with built-in error delivery.