sphere-scala-libs icon indicating copy to clipboard operation
sphere-scala-libs copied to clipboard

Memoizer hangs in some `class` initializations

Open adrobisch opened this issue 4 years ago • 0 comments

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).

adrobisch avatar Jan 22 '21 15:01 adrobisch