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_client has an error, The parameter ssl is not passed #294

Closed
liutt1312 opened this issue Nov 2, 2022 · 1 comment
Closed

mqtt_client has an error, The parameter ssl is not passed #294

liutt1312 opened this issue Nov 2, 2022 · 1 comment

Comments

@liutt1312
Copy link

class MqttClient

int connect(const char* host, int port = DEFAULT_MQTT_PORT, int ssl = 0) {
    return mqtt_client_connect(client, host, port);
}

The parameter ssl is not passed

@ithewei
Copy link
Owner

ithewei commented Nov 4, 2022

Can you new PR to fix it?

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

No branches or pull requests

2 participants