Added support for the new 'Client-Name' header required by newer versions of Lavalink, also implemented Disposable
for ICluster and fixed an error affecting node reconnection attempts.
Use smart commits here to manipulate issues (eg. Fixes #issue)
Type of change
[x] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Checklist:
[x] Ran dart analyze or make analyze and fixed all issues
[ ] Ran dart format --set-exit-if-changed -l 160 ./lib or make format and fixed all issues
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[ ] I have added tests that prove my fix is effective or that my feature works
[ ] I have checked my changes haven't lowered code coverage
Description
Added support for the new 'Client-Name' header required by newer versions of Lavalink, also implemented Disposable for
ICluster
and fixed an error affecting node reconnection attempts.Use smart commits here to manipulate issues (eg. Fixes #issue)
Type of change
Checklist:
dart analyze
ormake analyze
and fixed all issuesdart format --set-exit-if-changed -l 160 ./lib
ormake format
and fixed all issues