sphere-scala-libs
sphere-scala-libs copied to clipboard
Memoizer hangs in some `class` initializations
It can happen that the Memoizer
blocks and never finishes on https://github.com/commercetools/sphere-scala-libs/blob/main/util/src/main/scala/Memoizer.scala#L20 while creating ´JSON´ instances. It looks to me like a concurrency issue, but I don't know how to reproduce the issue in a general way (can't share my code).