TinaTiel / obs-chatbot

GNU General Public License v3.0
3 stars 0 forks source link

Revisit ActionEnumerator - Make it compatible with the Executor and CommandRequest factory #46

Closed TinaTiel closed 3 years ago

TinaTiel commented 3 years ago

It should still be responsible for providing the next sequence of actions for a given command, and for checking for cyclical actions.

But we may need to look at what it is building to see if it's compatible with the new stuff.

TinaTiel commented 3 years ago

So far seems compatible. Cleaning up a few things on the tests, and will add a timeout on the enumeration so that worst-case scenario doesn't lag out for so long. Should be made adjustable in case it's too small.