Skip to content

Commit

Permalink
fix: remove coroutines dispatchers shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Apehum committed Jun 9, 2023
1 parent ab01e11 commit a7a2292
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 11 deletions.
3 changes: 1 addition & 2 deletions client/changelog.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
- minor bug fixes
- relocate ustats to fix crash on fabric
- Fixed crash when entering singeplayer twice
6 changes: 0 additions & 6 deletions common/src/main/java/su/plo/voice/BaseVoice.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,6 @@ protected void onInitialize() {
protected void onShutdown() {
backgroundExecutor.shutdown();
addons.clear();
try {
Dispatchers.INSTANCE.shutdown();
} catch (Exception e) {
DEBUG_LOGGER.log("Failed to shutdown coroutine dispatchers", e);
// shutdown quietly
}
}

@Override
Expand Down
1 change: 0 additions & 1 deletion proxy/changelog.md
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
- minor bug fixes
2 changes: 0 additions & 2 deletions server/changelog.md
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
- minor bug fixes
- relocate ustats to fix crash on fabric

0 comments on commit a7a2292

Please sign in to comment.