vert-x3 / vertx-rx

Reactive Extensions for Vert.x
Apache License 2.0
145 stars 72 forks source link

RxJava3 WriteStream interface does not include #toSubscriber() method #306

Closed pgalbraith closed 2 months ago

pgalbraith commented 3 months ago

Version

4.5.7

Do you have a reproducer?

https://vertx.io/docs/apidocs/io/vertx/rxjava3/core/streams/WriteStream.html

Extra

It looks like ReadStream is getting the #toFlowable() and [#toObservable()](toObservable()) methods defined, but WriteStream seems to be missing #toSubscriber() and #toObvserver()

tsegismont commented 2 months ago

Fixed in b7442538