Changes
- Fixing an issue where when the client disconnects the
produce::stop
function would not trigger untilproduce::start
finished.
Which is problematic, because the order should be reversed: functionproduce::stop
should run first, thenproduce::start
, otherwise infinite emitters would never stop.