ReactiveX / RxSwing

RxJava bindings for Swing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unsubscribeOn EDT

cranst0n opened this issue · comments

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

  1. Events Of
  2. Wheel Events
  3. Relative Mouse Motion

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

Sure thing: #58