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

MQTT streaming: Handle connect while connected #1312

Merged
merged 1 commit into from
Nov 8, 2018

Conversation

huntc
Copy link
Contributor

@huntc huntc commented Nov 8, 2018

A situation can occur where a CONNECT is received by the MQTT server while in a state of already being connected. In this case, we need to process the new CONNECT i.e. CONNACK it etc.

Thanks to @longshorej for discovering the issue and providing the remedy.

A situation can occur where a CONNECT is received by the MQTT server while in a state of already being connected. In this case, we need to process the new CONNECT i.e. CONNACK it etc.

Thanks to Jason Longshore for discovering the issue and providing the remedy.
@ennru ennru changed the title Handle connect while connected MQTT streaming: Handle connect while connected Nov 8, 2018
Copy link
Member

@ennru ennru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@ennru ennru merged commit 4dc4c21 into akka:master Nov 8, 2018
@ennru ennru added this to the 1.0-M2 milestone Nov 8, 2018
@huntc huntc deleted the reconnect-no-disconnect branch November 8, 2018 13:30
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