Itzik
Results
2
comments of
Itzik
> Does this still happen? Still having this problem on both the release and the development version
It appears the voice client loses connection after not sending data so my solution is playing silence to keep the connection alive. ```python class SilenceAudioSource(AudioSource): def read(self) -> bytes: return...