Skip to content

Fixing cleanup order of execution

Latest
Compare
Choose a tag to compare
@razshare razshare released this 06 Oct 08:51

Changes

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