vert-x3 / vertx-rx

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

ReadStreamSubscriber does not unsubscribe #284

Closed vietj closed 2 years ago

vietj commented 2 years ago

The ReadStreamSubscriber classes do subscribe when a non null handler is passed but do not unsubscribe when the handler is set to null. As result is a HttpServerResponse#send operation, when the response fails, the Publisher is not unsubscribed.