Skip to content

Commit

Permalink
HeatPump reactive overhaul, now passes tests but what else is broken? (
Browse files Browse the repository at this point in the history
  • Loading branch information
climategadgets committed Sep 6, 2023
1 parent 637c71f commit 966ff60
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,12 @@ public Mono<Boolean> getState() {
} finally {
ThreadContext.pop();
}
})
.subscribeOn(scheduler);
});

// VT: NOTE: Having this here breaks stuff, but now that it's gone,
// need a thorough review because likely something else is now broken.
// More: https://github.com/home-climate-control/dz/issues/271
// .subscribeOn(scheduler);
}

protected Scheduler getScheduler() {
Expand Down

0 comments on commit 966ff60

Please sign in to comment.