EiraIRC (Discontinued)

EiraIRC (Discontinued)

273k Downloads

Implement send-queue to fix multithreading issues

BlayTheNinth opened this issue ยท 0 comments

commented

Threaded connect means we can't be sure the writer is available right away, possibly resulting in NPEs such as this one: http://pastebin.com/HaZ8DD3r

Make the 'irc' method write to a send queue instead and send from that queue in a Sender thread.