rxbus
rxbus copied to clipboard
Event bus running on type safe RxJava queues
I got exception in production: Fatal Exception: java.util.ConcurrentModificationException at java.util.LinkedList$LinkIterator.next(LinkedList.java:124) at net.jokubasdargis.rxbus.RxBus.logEvent(RxBus.java:177) at net.jokubasdargis.rxbus.RxBus.publish(RxBus.java:108) at net.jokubasdargis.rxbus.AndroidRxBus.publish(AndroidRxBus.java:67) It is just publishing new event to AndroidRxBus.
Hi, I've been using this library for a long time now and I think its really great. Do you have any plans on supporting RxJava 2.0?
Thank You for this self contained functionality. I've used a rxbus in my apps for a while now. This blog post and subsequent repo and the author has helped me...