geewiz / twitch-bot

The twitch-bot Ruby gem for building Twitch chat bots

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Message queue isn't thread-safe

geewiz opened this issue · comments

Using the Queue class for the message send queue would reduce the risk of race conditions.