Raymond
Raymond
I suspect this is due to a programming error as my other music command works perfectly fine. What I tried to do is have the bot autojoin a voice channel...
Keep an eye on your memory usage, and check `sudo dmesg` for mentions of python. I spent a few hours debugging this just to realize that the OOM killer was...
thinking of updating code to do some math calculations to have things face a random point, will update PR in a bit =)
Tested in release, websocket is only slow in debug for some reason, here is an output from the same computer for reference: ``` Sending 1GB in chunks of 65507 bytes:...
Discovered implementation issue where messages sent after each other without a sleep are dropped. Edit: this is fine for the stream based protocol
 Datagram support throughput (in debug). For release:  I'm still finding it odd that the stream based transport slows down in release but that might just be variation while...
Due to unix datagram sockets not really having an IPv4 or IPv6 that fits in the SocketAddr struct, the implementation is partially broken for now. I may see if I...