sym-okami / SupeRo_bot

My bot for Twitch.
MIT License
0 stars 0 forks source link

Thread for each channel #2

Closed sym-okami closed 5 years ago

sym-okami commented 5 years ago

Each channel joined should be spun off into its own thread. This allows message processing to happen on a per-channel basis rather than for all channels simultaneously.

sym-okami commented 5 years ago

If making a socket for each channel (#1) doesn't work, we'll need to use input queues.

sym-okami commented 5 years ago

Finished in 533a1bc.