This repository has been archived by the owner on Apr 11, 2021. It is now read-only.
Replace Reactive Streams to RxJava #35
Labels
feature: chat
New feature or request
feature: core
New feature or request
feature: helix
New feature or request
feature: kraken
New feature or request
feature: pub-sub
New feature or request
Milestone
Description
Project Reactor is a way simpler but if this lib wants supporting #19 we need change of Reactive Streams at first and adding #34 support. Probably will after effecting
chat
andpubsub
modules. We won't planning request to supporting WebSocket feature for #19 mentioned on this issue.Steps to Reproduce
Mono
responses toSingle
Flux
responses toFlowable
FluxProcessor
toObservable
and using them for processing eventsExpected behavior:
All Reactive Streams solutions are be replaced and documented with explanation how it is works.
Actual behavior:
All Reactive Streams are be simplified by Project Reactor
Stacktrace (if applicable):
Reactive Streams prevents to throw exceptions soo with them we can control responses.
Version affected:
0.7.+
Additional Information
Starting March 11 we will abounding Project Reactor and using RxJava 2 with RxAndroid supports. Soo expect this day to test it. 5.0+ is Required!!! because square/okhttp#4481
The text was updated successfully, but these errors were encountered: