feat(app): add evaluation history, bot control panel, simulation visualizer, and vendored signalr_core
This commit is contained in:
@@ -26,12 +26,14 @@ extension SwitchMapExtension<T> on Stream<T> {
|
||||
onError: controller?.addError,
|
||||
);
|
||||
}, onDone: () {
|
||||
// Wait for last sub to finish or close
|
||||
outputSub?.cancel();
|
||||
controller?.close();
|
||||
});
|
||||
},
|
||||
onCancel: () {
|
||||
outputSub?.cancel();
|
||||
inputSub?.cancel();
|
||||
controller?.close();
|
||||
},
|
||||
);
|
||||
return controller.stream;
|
||||
|
||||
Reference in New Issue
Block a user