Closed lichangjian closed 1 year ago
public static readonly CappedArrayPool<T> Shared8Limit = new CappedArrayPool<T>(8); Shared8Limit is static, and the objects stored within it do not trigger garbage collection. even if I have disposed the Resolver
public static readonly CappedArrayPool<T> Shared8Limit = new CappedArrayPool<T>(8);
Fixed in #535
public static readonly CappedArrayPool<T> Shared8Limit = new CappedArrayPool<T>(8);
Shared8Limit is static, and the objects stored within it do not trigger garbage collection. even if I have disposed the Resolver