Closed sym-okami closed 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.
If making a socket for each channel (#1) doesn't work, we'll need to use input queues.
Finished in 533a1bc.
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.