Skip to content

Fix crash when making a Bluejay call right after an explicit disconnect

Pre-release
Pre-release
Compare
Choose a tag to compare
@sakuraehikaru sakuraehikaru released this 05 Apr 23:17
· 12 commits to master since this release
1a7c530

Failing a queueable requires updating its queue, and therefore requires the queueable to have a reference to its queue. The disconnection-is-queued failure block is relatively new, so I didn't catch the new requirement - that is to shuffle the queue assignment to the new starting point of the add call.