David Roberts 20558cf61c [ML] Fix simultaneous stop and force stop datafeed ()
If a datafeed is stopped normally and force stopped at the same
time then it is possible that the force stop removes the
persistent task while the normal stop is performing actions.
Currently this causes the normal stop to error, but since
stopping a stopped datafeed is not an error this doesn't make
sense. Instead the force stop should just take precedence.

This is a followup to  and should really have been
included in the changes in that PR.
2019-11-20 12:52:47 +00:00
..