rsocket / rsocket-cli

Command-line client for ReactiveSocket
Apache License 2.0
71 stars 22 forks source link

Use RxJava 2 #22

Closed NiteshKant closed 7 years ago

NiteshKant commented 7 years ago

Problem

Current code bases uses RxJava 1 and reactive streams bridge. We can use RxJava 2 now as it is released.

Modification

Migrated all RxJava 1 uses to RxJava 2

Result

Cleaner code.

yschimke commented 7 years ago

I pulled this in as part of the other PR