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

Specify the client_id of the mqtt client #55

Open
garesbil9 opened this issue Feb 16, 2025 · 0 comments
Open

Specify the client_id of the mqtt client #55

garesbil9 opened this issue Feb 16, 2025 · 0 comments

Comments

@garesbil9
Copy link

commlib/transports/mqtt.py

import paho.mqtt.client as mqtt
    def _connect_v3(self):
        properties = None
        self._client = mqtt.Client(
            clean_session=True,
            protocol=self._conn_params.protocol,
            transport=self._conn_params.transport,
        )

The underlying paho provides the client_id and wants to provide an interface to pass raw connection parameters to the underlying transport.

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

1 participant