Robin Friedli
Robin Friedli
What's your CPU usage like? Assuming you're only streaming to one or a few guilds and you didn't mess with the memory settings I highly doubt the heap is large...
Auto queue behaviour can be controlled using the new auto queue property command
Sounds pike you have repeat enabled.
Why are you using the play command? Obviously that plays a track called "off". Just use the help command and it will tell you exactly what to type, in that...
You sure you aren't just playing the album and have repeat $one enabled or something? Because that makes no sense and I couldn't reproduce it with One More Light by...
Yeah I can't help you without additional information. The issue you're describing doesn't make any sense (the album is irrelevant when searching a track unless you explicitly use the `album:`...
I'm assuming you're talking about the user volume set via discord, not the volume command? That has nothing to do with the bot. If anything it's a discord issue.
This seems to be covered by #346
#19 added a PR that adds a ResponseTransformer implementation that just returns null rather than trying to deserialise for null
The pool uses one AtomicUsize to store both the number of idle threads and total threads, on 32 bit platforms that means 16 bit each. For `test_try_increment_worker_total` the problem is...