NonNonStop
NonNonStop
I'm having same issue. When I moved the bot to another VC, I got the following log. ``` ... 2021/03/07 18:56:55 [DG2] voice.go:354:wsListen() received 4014 manual disconnection 2021/03/07 18:56:55 [DG2]...
I forked and fixed it. https://github.com/nonnonstop/RimTrans/releases
Just create `data/config/auto/startup.sh` as following. ```bash # Workaround for memory leak if [[ ! -L "/usr/lib/x86_64-linux-gnu/libtcmalloc.so" ]]; then apt-get -y install libgoogle-perftools-dev fi export LD_PRELOAD=libtcmalloc.so ```
I made the extension to monkeypatch. https://github.com/nonnonstop/comfyui-faster-loading