akka.js icon indicating copy to clipboard operation
akka.js copied to clipboard

WebSocketClientStore is not thread safe

Open searler opened this issue 11 years ago • 0 comments

The HashMap that implements channels is referenced from two actors. That problem could be resolved using a TrieMap or by folding the two actors into one.

searler avatar Aug 08 '13 02:08 searler