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 Send buffer to send user credentials in connect function #12

Conversation

jpeterse
Copy link

@jpeterse jpeterse commented Dec 4, 2024

I think submitting user credentials to the broker in upload function, should use the send buffer, rather than the receive buffer. It's not important in current implementation, but will be relevant for the an pull request I will submit shortly.

Changed buffer used to submit user credentials to MQTT the broker in connect function from receiving buffer to sending buffer.
@jpeterse jpeterse marked this pull request as ready for review December 4, 2024 00:38
@jpeterse jpeterse changed the title Add files via upload Use Send buffer to send user credentials in connect function Dec 4, 2024
@MathewHDYT
Copy link

@imbeacon Seems good to me can this and #13 and #11 be merged and released as v2.11.0. Would be nice so I could integrate the breakign API Changes into the ThingsBoardSDK as soon as possible

@imbeacon imbeacon merged commit 57f481f into thingsboard:master Dec 9, 2024
@imbeacon
Copy link
Member

imbeacon commented Dec 9, 2024

Hi @jpeterse, @MathewHDYT,

Thank you both, for your participating in the project life, PR is merge and release is created.

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.

3 participants