vert-x3 / vertx-rx

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

Up-port of the rxJava3 fix regarding throwing undeliverable error #309

Closed NilsRenaud closed 2 months ago

NilsRenaud commented 2 months ago

Fix rxJava 3 with the same fix as in https://github.com/vert-x3/vertx-rx/commit/9170efdbdf33322a09a16af9c1e7dbb736832f0a (see https://github.com/vert-x3/vertx-rx/pull/247)

RxJava3 has been forgotten when fixing this bug.

There is no need to call the RX onError handler since there is a potential Handler to call and the Subscriber is already done anyway

tsegismont commented 2 months ago

Can you check the build issue locally? It seems related to https://github.com/vert-x3/vertx-micrometer-metrics/pull/219

NilsRenaud commented 2 months ago

issue fixed ,I've updated the micrometer version used