geNAZt / CloudChat

This Chat for BungeeCord opens up your Chat to all Servers!Including a IRC Bot and Private Messages!Also this Chat supports multiple Channels and custom NicknamesYou also can use CloudChatBukkit for Prefix/Suffix out of Bukkit !
Other
12 stars 8 forks source link

InterruptedException on bungee shutdown #116

Open tuxillator opened 9 years ago

tuxillator commented 9 years ago

The plugin is not shutting down gracefully, getting several InterruptedExceptions when shutting down BungeeCord. Seems that PluginMessageTask is blocking on LinkedBlockingQueue.take() and not supporting a clean interruption.