EsotericSoftware / kryonet

TCP/UDP client/server library for Java, based on Kryo
BSD 3-Clause "New" or "Revised" License
1.82k stars 419 forks source link

ObjectSpace should allow to remove object, or should use Weak References, to store objects. #14

Closed ghost closed 10 years ago

ghost commented 10 years ago

From jedrzejb...@gmail.com on November 03, 2011 22:06:39

ObjectSpace should allow to remove object, or should use Weak References, to store objects.

Original issue: http://code.google.com/p/kryonet/issues/detail?id=13

ghost commented 10 years ago

From nathan.s...@gmail.com on April 25, 2012 20:13:49

Added ObjectSpace#remove(int) and ObjectSpace#remove(Object).

Status: Fixed

ghost commented 10 years ago

From nathan.s...@gmail.com on April 25, 2012 20:14:20

This issue was closed by revision r98.