You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working with dynamic controllers, it would be nice to be able to have a function to remove Runnables. Currently, there are two problems with dynamic controllers:
If a runnable is added with a certain name, stopped, and another runnable is added with the same name, the new runnable does not receive events from a Watch.
If a runnable is added with a generated name, this has the potential to grow that slice infinitely.
The text was updated successfully, but these errors were encountered:
When working with dynamic controllers, it would be nice to be able to have a function to remove Runnables. Currently, there are two problems with dynamic controllers:
The text was updated successfully, but these errors were encountered: