Results 6 comments of gosubpl

@ANorwell there is new Pool implementation under way: https://github.com/akka/akka-http/pull/1533

Failed due to some infra issue. Can you please rebuild?

I was quite surprised to see this closed. @raboof how can I help to get it into mergeable state again? Will you guys accept a TLA+ proof ? How to...

Many thanks @patriknw for looking into that. I will refresh the code (thanks for the tips) and supply some explanatory content.

Interesting case. Might be the result of https://github.com/akka/akka/issues/22890 (fixed) as both setup and symptoms are very similar.

It might also be a result of `LWWMap` anomaly - see here: https://github.com/akka/akka/blob/master/akka-distributed-data/src/test/scala/akka/cluster/ddata/LWWMapSpec.scala#L66-L68 I have added a PR for alternative Shopping Cart design based on `ORMultiMap.emptyWithValueDeltas` that should be free...