akka.js
akka.js copied to clipboard
WebSocketClientStore is not thread safe
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.