
FakeWorldClient leaks WorldClient instances
Lunatrius opened this issue ยท 1 comments
The cache in FakeWorldClient leaks WorldClient
instances because the value is just a wrapper around it's key, while keeping strong references to world
/worldClient
.
Because of this teleporting between dimensions will eventually cause the GC lag spikes.
Fixed in 6bfa3f8