Skip to content

Commit

Permalink
Merge branch 'smallrye:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
api-from-the-ion authored Nov 14, 2023
2 parents aded453 + e1fabe8 commit 5311878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ private Uni<Response> executeSingleResultOperationOverWebsocket(JsonObject json)
webSocketHandler().subscribe().with(handler -> {
handlerRef.set(handler);
operationId.set(handler.executeUni(json, rawEmitter));
});
}, rawEmitter::fail);
});
return rawUni
.onCancellation().invoke(() -> {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ private Uni<Object> executeSingleResultOperationOverWebsocket(MethodInvocation m
webSocketHandler().subscribe().with((handler) -> {
handlerRef.set(handler);
operationId.set(handler.executeUni(request, rawEmitter));
});
}, rawEmitter::fail);
});
return rawUni
.onCancellation().invoke(() -> {
Expand Down

0 comments on commit 5311878

Please sign in to comment.