Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exceptions of async operations are not wrapped in CompletionException anymore #320

Merged
merged 1 commit into from
Aug 9, 2019

Conversation

SgtSilvio
Copy link
Member

Motivation
Operations of the Mqtt3/5AsyncClient return CompletableFuture.
The operations are inconsistent when the CompletableFuture completes exceptionally; sometimes the exception is wrapped in a CompletionException, sometimes not.

Changes
No exception is wrapped in a CompletionException anymore.

@SgtSilvio SgtSilvio added the bug label Aug 9, 2019
@SgtSilvio SgtSilvio added this to the 1.1.2 milestone Aug 9, 2019
@SgtSilvio SgtSilvio requested a review from A-Imal August 9, 2019 12:21
@SgtSilvio SgtSilvio self-assigned this Aug 9, 2019
@SgtSilvio SgtSilvio added this to In progress in Version 1.1.x via automation Aug 9, 2019
@cla-bot cla-bot bot added the cla-signed label Aug 9, 2019
@SgtSilvio SgtSilvio moved this from In progress to Review in progress in Version 1.1.x Aug 9, 2019
Version 1.1.x automation moved this from Review in progress to Reviewer approved Aug 9, 2019
@SgtSilvio SgtSilvio merged commit 1aa447f into develop Aug 9, 2019
Version 1.1.x automation moved this from Reviewer approved to Done Aug 9, 2019
@SgtSilvio SgtSilvio deleted the bugfix/future-completion-exceptions branch August 9, 2019 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Version 1.1.x
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants