ReactiveX / RxSwing

RxJava bindings for Swing
Apache License 2.0
98 stars 23 forks source link

unsubscribeOn EDT #57

Closed cranst0n closed 8 years ago

cranst0n commented 8 years ago

It seems like some MouseEventSource Observable's are missing the unsubscribeOn(SwingScheduler.getInstance()) call.

  1. Events Of
  2. Wheel Events
  3. Relative Mouse Motion
mikebaum commented 8 years ago

@cranst0n Good catch... Feel like submitting a PR to fix it? :)

cranst0n commented 8 years ago

Sure thing: #58