Added note

This commit is contained in:
tyler 2024-05-29 10:38:59 -04:00
parent aea79d55bf
commit bb5098f472

View file

@ -18,6 +18,8 @@ Rum Goggles Service:
# Bugs
Chat bot rule menu back button does not work in macOS
If connection to chat stream breaks, gracefully handle error
- try to reconnect
- let the chat rules know, etc.
@ -25,6 +27,9 @@ If connection to chat stream breaks, gracefully handle error
# Doing
Add bypass to commands for:
- Host, admin, mod, etc.
Monitor how many handlers are listening to a producer.
- If producer.Stop is called, subtract from count.
- If count == 0, stop producer