EchoPet

EchoPet

882k Downloads

Just wondering: Potential memory leak?

ItsHarry opened this issue ยท 4 comments

commented

I don't know if this is actually an issue, but what exactly is the idea behind this?

https://github.com/DSH105/EchoPet/blob/master/modules/EchoPet/src/main/java/com/dsh105/echopet/listeners/ChunkListener.java

Won't the chunk stay loaded forever if you cancel the event?

commented

I'm honestly not sure what that listener was supposed to achieve either.

commented

Haha =)

commented

Hopefully that should resolve any of those potential memory leaks on chunk unload.

commented

Thanks