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

Redirect #376

Merged
merged 27 commits into from
Jun 27, 2022
Merged

Redirect #376

merged 27 commits into from
Jun 27, 2022

Conversation

grafnu
Copy link
Collaborator

@grafnu grafnu commented Jun 27, 2022

Initial version of Pubber that accepts a registryRedirect option


private void disconnectMqtt() {
Preconditions.checkState(mqttPublisher != null, "mqttPublisher not defined");
mqttPublisher.close();
Copy link
Collaborator

Choose a reason for hiding this comment

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

Does this handle any kind of completion of sending messages (whether that's desired or not), or just drop the connection?

@grafnu
Copy link
Collaborator Author

grafnu commented Jun 27, 2022 via email

@grafnu grafnu merged commit 645b3fb into faucetsdn:swarm Jun 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants