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

Use Paho's default values for MQTT Connect Options #1

Open
martinboers opened this issue Apr 15, 2019 · 0 comments
Open

Use Paho's default values for MQTT Connect Options #1

martinboers opened this issue Apr 15, 2019 · 0 comments
Assignees
Labels
feature-request New feature or request

Comments

@martinboers
Copy link
Member

The Paho MQTT Client library provides a "sensible" set of default values for any Connect Options that are not explicitly set by the user.
However, the elements of the PLCnext ConnectOptions struct are currently initialised using different values (zero for numeric elements and false for booleans).
The PLCnext ConnectOptions struct should initialise its elements to the same values as Paho.

@martinboers martinboers changed the title MQTT Connect Options do not use Paho's default values when not included in the JSON configuration. MQTT Connect Options do not use Paho's default values. Apr 15, 2019
@martinboers martinboers self-assigned this Apr 15, 2019
@martinboers martinboers added the feature-request New feature or request label Apr 15, 2019
@martinboers martinboers changed the title MQTT Connect Options do not use Paho's default values. Use Paho's default values for MQTT Connect Options Apr 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant