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 Netty's MqttMessageBuilders when possible #148

Closed
wants to merge 1 commit into from

Conversation

francois-travais
Copy link

Fixes #13.
We cannot use MqttMessageBuilders for PUBLISH messages because the implementation forces isDup to false.

@vietj vietj requested a review from ppatierno October 24, 2019 12:58
@vietj vietj added this to the 4.0.0 milestone Oct 24, 2019
@ppatierno
Copy link
Member

@francois-travais can you check and resolve conflicts before I start the review please? Thanks!

@vietj
Copy link
Contributor

vietj commented Oct 2, 2020

ping @francois-travais

@vietj
Copy link
Contributor

vietj commented Oct 6, 2020

@francois-travais ping

@vietj
Copy link
Contributor

vietj commented Oct 6, 2020

we would like to merge this in master for Vert.x 4

@francois-travais
Copy link
Author

@vietj I rebased. I'm not sure whether the failing tests are a consequence of the changes I made.

@vietj vietj modified the milestones: 4.0.0, 4.0.1 Dec 7, 2020
@vietj
Copy link
Contributor

vietj commented Jan 12, 2021

@francois-travais can you rebase again, then we can merge it for 4.0.1

@vietj vietj closed this Feb 2, 2021
@vietj vietj removed this from the 4.0.1 milestone Feb 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Consider usage of new MqttMessageBuilders from Netty
3 participants