vert-x3 / vertx-rx

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

ReadStreamSubscriber throws NPE if handler is set to null before subscription #287

Closed tsegismont closed 1 year ago

tsegismont commented 1 year ago

Fixes eclipse-vertx/vert.x#4507

This can happen with some adapters that set the handler to null upon creation (e.g. Rxified RecordParser).