Added note
This commit is contained in:
parent
aea79d55bf
commit
bb5098f472
5
NOTES.md
5
NOTES.md
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue