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

Added Mqtt UI for its configuration in Configuration Dialog #44

Open
wants to merge 28 commits into
base: master
Choose a base branch
from

Conversation

pskowronek
Copy link
Collaborator

Added Mqtt UI for its configuration in Configuration Dialog

  • small refactor of Mqtt and MqttObserver
  • added Test button

btnMqttTest.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
SwingUtilities.invokeLater(() -> {
var mqtt = new Mqtt(textMqttConn.getText(), textMqttClientId.getText(), textMqttTopic.getText(),
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I need to add time-out somewhere, either in Mqtt#connect or here

@pskowronek
Copy link
Collaborator Author

... . . . . . .

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.

2 participants