Skip to content

Commit

Permalink
Cleanup previousOutput on wire cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
guusw committed Nov 28, 2024
1 parent 7f76fbc commit 9d6effa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shards/core/runtime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2434,6 +2434,7 @@ void SHWire::cleanup(bool force) {
SHLOG_TRACE("Running cleanup on wire: {} users count: {}", name, wireUsers.size());

warmedUp = false;
previousOutput = {};

dispatcher.trigger(SHWire::OnCleanupEvent{this});

Expand Down

0 comments on commit 9d6effa

Please sign in to comment.