Refresh inputs/outputs at start

This commit is contained in:
Ian Douglas Scott 2022-06-13 18:43:35 -07:00
parent 7212fe545b
commit 9f3803fedc

View file

@ -72,6 +72,8 @@ fn app(application: &Application) {
if pa.context.get_state() == State::Ready {
pa.context
.subscribe(InterestMaskSet::SINK | InterestMaskSet::SOURCE, |_| {});
refresh_output_tx.unbounded_send(()).expect("failed to send output refresh message");
refresh_input_tx.unbounded_send(()).expect("failed to send output refresh message");
}
}))));
pa.borrow_mut()