marcelpinto / RxFlux

RxFlux is a small framework in order to follow Flux design pattern with RxJava functionalities
Apache License 2.0
326 stars 38 forks source link

Change rxStoreMap in Dispatcher to accept to instance of the same class #15

Open marcelpinto opened 8 years ago

marcelpinto commented 8 years ago

The dispatcher has a map to keep the subscriptions. Change it so múltiple instance of the same class can subscrbie.