On Tue, 29 Sep 2020 15:19:55 -0700 Shannon Nelson wrote: > We need to be better at making sure we don't have a link check > watchdog go off while we're shutting things down, so let's stop > the timer as soon as we start the remove. > > Meanwhile, since that was the only thing in > ionic_dev_teardown(), simplify and remove that function. > > Signed-off-by: Shannon Nelson <snel...@pensando.io>
The asymmetry of when the watchdog is started and stopped is a little strange. Won't there be a similar problem now with the watchdog starting too early?