Replies: 2 comments 1 reply
-
A Uni only emits once but you're feeding something that emits multiple events to it. |
Beta Was this translation helpful? Give feedback.
1 reply
-
you'll get the first element by doing toUni(). Can you show some code? Not sure what you're trying to do.... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to cram Multi into Uni.combine().all() ?
When I try to somehow convert Multi to Uni and pass it to Uni.combine, I get this
Connection was closed: io.vertx.core.VertxException: Connection was closed
Beta Was this translation helpful? Give feedback.
All reactions