JDA
JDA copied to clipboard
Document event data passthrough issues in extended events
Pull Request Etiquette
- [X] I have checked the PRs for upcoming features/bug fixes.
- [X] I have read the contributing guidelines.
Changes
- [ ] Internal code
- [ ] Library interface (affecting end-user code)
- [X] Documentation
- [ ] Other: _____
Closes Issue: NaN
Description
This PR document issues with event data passthrough when reconstructing the event from other threads
Using the InheritedThreadLocal only allows the event to be passed through seamlessly in quite specific conditions, while the suggested solution should always work, so maybe I should revert that change?