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

Nested Mqtt5Exceptions are now mapped to Mqtt3Exceptions #316

Merged
merged 4 commits into from
Aug 5, 2019

Conversation

SgtSilvio
Copy link
Member

@SgtSilvio SgtSilvio commented Jul 29, 2019

Motivation

  • Mqtt5Exceptions are contained in strack traces of MQTT 3 clients, if they are the cause of a MqttSessionExpiredException.
  • MqttPublish.receive(Now) does not throw if called after client was disconnected.

Changes

  • Nested Mqtt5Exceptions are now mapped to Mqtt3Exceptions
  • Fixed MqttPublish.receive(Now) not throwing exception if called after client was disconnected
  • Fixed multiple calls to AsyncRuntimeException.fillInStackTrace, exception is now copied

@SgtSilvio SgtSilvio added the bug label Jul 29, 2019
@SgtSilvio SgtSilvio added this to the 1.1.2 milestone Jul 29, 2019
@SgtSilvio SgtSilvio self-assigned this Jul 29, 2019
@cla-bot cla-bot bot added the cla-signed label Jul 29, 2019
@SgtSilvio SgtSilvio removed the request for review from RobinAtherton July 30, 2019 07:40
@SgtSilvio
Copy link
Member Author

@cla-bot check

@cla-bot
Copy link

cla-bot bot commented Aug 5, 2019

The cla-bot has been summoned, and re-checked this pull request!

@SgtSilvio SgtSilvio merged commit 8159a2f into develop Aug 5, 2019
@SgtSilvio SgtSilvio deleted the bugfix/map-nested-mqtt-5-exceptions branch August 5, 2019 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants