Closed huntc closed 10 years ago
Perhaps consider the use of Scala's MultiMap inside the Replicator when managing subscribers, although it is a mutable data structure of course. It may simplify the code though.
MultiMap
Replicator
@huntc thanks for the suggestion, fixed here #31
Perhaps consider the use of Scala's
MultiMap
inside theReplicator
when managing subscribers, although it is a mutable data structure of course. It may simplify the code though.