-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Description
The problem is describe here :
https://groups.google.com/forum/#!topic/rxjava/x6B5bim4uoE
Callstack :
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at rx.subjects.AbstractSubject.emitNotification(AbstractSubject.java:98)
at rx.subjects.AbstractSubject.emitNotification(AbstractSubject.java:116)
at rx.subjects.PublishSubject.onNext(PublishSubject.java:82)
at rx.operators.OperationMulticast$MulticastConnectableObservable$2.onNext(OperationMulticast.java:64)
at rx.operators.SynchronizedObserver.onNext(SynchronizedObserver.java:86)
at rx.operators.OperationMerge$MergeObservable$ChildObserver.onNext(OperationMerge.java:267)
at rm.rx.test.gui.GuiRx$4$1.mouseClicked(GuiRx.java:180)
at java.awt.AWTEventMulticaster.mouseClicked(AWTEventMulticaster.java:270)