Walkyst / lavaplayer-fork

Apache License 2.0
173 stars 68 forks source link

Memory leaked (Socket connection leaked) #86

Closed JellyBrick closed 7 months ago

JellyBrick commented 1 year ago

Sockets in the CLOSE_WAIT state increase over time. (Youtube & SoundCloud) this causes a memory leak. (the sockets in the CLOSE_WAIT state will not be closed until the process stops)

image