Skip to content

Commit

Permalink
maby fix: issue in SignalConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Uhutown committed Oct 11, 2024
1 parent 048272b commit 10496ff
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,12 @@ private static void changeIfPresent(final List<ConfigProperty> values, final Con
loadSignalAndRunTask(info.nextinfo, (nextInfo, nextProperties, _u2) -> {
changeSignals(values, info, oldProperties, nextProperties);
unloadSignal(nextInfo);
unloadSignal(stateInfo);
});
} else {
changeSignals(values, info, oldProperties, null);
unloadSignal(stateInfo);
}
unloadSignal(stateInfo);
});

}
Expand Down

0 comments on commit 10496ff

Please sign in to comment.