DMDirc / Plugins

Plugins for DMDirc
http://www.dmdirc.com/
MIT License
2 stars 5 forks source link

Don't block for the EDT when an error is raised. #533

Closed csmith closed 7 years ago

csmith commented 7 years ago

This is prone to race conditions if an error occurs when the EDT is waiting on a lock owned by the erroring thread.

Fixes DMDirc/DMDirc#805

ShaneMcC commented 7 years ago

👍