Changes

Summary

  1. Fixed issue where JDA attempted to destroy OpusDecoders more than once. (commit: 757519d) (details)
Commit 757519d24a8ff38b174dfe04e930b13aca99134d by Austin Keener
Fixed issue where JDA attempted to destroy OpusDecoders more than once.
Made OpusEncoder and OpusDecoders only be created lazily, e.g: When
sending/receiving is actually being handled. Also clear Decoders when
the receiving system is shutdown during active AudioConnection.
(commit: 757519d)
The file was modifiedsrc/main/java/net/dv8tion/jda/core/audio/Decoder.java (diff)
The file was modifiedsrc/main/java/net/dv8tion/jda/core/audio/AudioConnection.java (diff)