Listeners linger after simulations end
Open
bug
help wanted
- Dominant language
- Dart
- Stars
- 29
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Some listeners and subscriptions from `Cosim.connectCosimulation` do not cancel when a simulation ends. This means if the simulation is reset and started again, at least there's a performance penalty and at worst duplicate actions can break functionality. Listeners and subscriptions should be closed and cancelled once a simulation ends so that the next one is not affected by prior simulations.
Contributor guide
Assessment
This issue has not been assessed yet.