MCCoroutine
MCCoroutine copied to clipboard
Deadlock when joining a job switching context to minecraft scope while plugin is disabled
Notes:
- Only occurs when you try to join a job using
runBlockinginonDisable. - Looking for hacktoberfest contributors.
How to fix:
- Add a
plugin.isEnabledcheck toisDispatchNeededincom.github.shynixn.mccoroutine.bukkit.dispatcher.MinecraftCoroutineDispatcherandcom.github.shynixn.mccoroutine.bukkit.dispatcher.AsyncCoroutineDispatcher - Remove
if (!plugin.isEnabled)check indispatchfrom those files
Can I work on this?
Sure