Closed davydotcom closed 7 years ago
The WeakHashMap is not thread safe and is being used in a way that is not supported. To address I have added an implementation of a ConcurrentWeakIdentityHashmap from a third party @zhanhb and this seems to resolve the lock up issues.
im going to resubmit this, accidentally pushed some build.gradle changes to test it
The WeakHashMap is not thread safe and is being used in a way that is not supported. To address I have added an implementation of a ConcurrentWeakIdentityHashmap from a third party @zhanhb and this seems to resolve the lock up issues.