With vanilla fix, pending packets trigger crash reports
Johni0702 opened this issue ยท 1 comments
These are to be expected in MC pre-1.13 because MC didn't clear its task queue after disconnecting (and some mods rely on that), and packet handling code doesn't check if we're still connected before trying to access the world.
The issue here is that vanilla fix seems to generate a crash report for them (I assume they ignore the vanilla ones but not ones executed from our ViewDemuxingTaskQueue?).
https://hastebin.com/abosidakox.rb
https://hastebin.com/lunonaceqa.rb
Happens without BP as well: DimensionalDevelopment/VanillaFix#228