Skip to content

feat: make OutputToReadStream compatible with Vert.x 4#9

Open
yvasyliev wants to merge 1 commit into
cloudonix:mainfrom
yvasyliev:feature/output-to-read-stream-vertx-4
Open

feat: make OutputToReadStream compatible with Vert.x 4#9
yvasyliev wants to merge 1 commit into
cloudonix:mainfrom
yvasyliev:feature/output-to-read-stream-vertx-4

Conversation

@yvasyliev
Copy link
Copy Markdown

Makes OutputToReadStream compatible with Vert.x 4 by replacing andThen(Completable) reference which does not exist in Vert.x 4 with onComplete(AsyncResult) which exists in both Vert.x 4 & Vert.x 5.

Closes #8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

OutputToReadStream is incompatible with Vert.x 4 due to use of Future#andThen(Completable)

1 participant