Tags: alext/heating-controller
Tags
Don't send sensor subscriptions async. They're using a non-blocking send, so it's unnecessary to use a separate GoRoutine. This was additionally causing the tests to occasionally fail because the sensor was subscriped to before notifySubscribers had executed for the initial setup.