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

Set messageid be undefined in qos > 0 or non-publish command #5

Merged

Conversation

gnought
Copy link
Collaborator

@gnought gnought commented Jul 17, 2019

This is for issue #4

Mainly we need to let QoSPacket in aedes could be assigned a correct messageId in deliverQoS function
https://github.com/mcollina/aedes/blob/master/lib/client.js#L118
https://github.com/mcollina/aedes/blob/master/lib/qos-packet.js#L11

@gnought
Copy link
Collaborator Author

gnought commented Jul 17, 2019

This PR will fail the CI test in aedes and aedes-persistence.
@mcollina You could bump a minor version, and I will make another PR in their repo.

gnought added a commit to gnought/aedes-persistence that referenced this pull request Jul 17, 2019
outgoingEnqueue and outgoingEnqueueCombi functions should not store messageId. outgoingUpdate function will do. This PR requires moscajs/aedes-packet#5
gnought added a commit to gnought/aedes-persistence that referenced this pull request Jul 17, 2019
outgoingEnqueue and outgoingEnqueueCombi functions should not store messageId. outgoingUpdate function will do. This PR requires moscajs/aedes-packet#5
@gnought
Copy link
Collaborator Author

gnought commented Jul 17, 2019

@mcollina May we add collaborators for this project? any more we should add?

Copy link
Collaborator

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mcollina mcollina merged commit f92d35f into moscajs:master Jul 28, 2019
@gnought gnought deleted the hotfix/messageid_be_undefined_as_a_default branch July 29, 2019 06:08
gnought added a commit to gnought/aedes-persistence that referenced this pull request Jul 29, 2019
outgoingEnqueue and outgoingEnqueueCombi functions should not store messageId. outgoingUpdate function will do. This PR requires moscajs/aedes-packet#5
mcollina pushed a commit to moscajs/aedes-persistence that referenced this pull request Jul 29, 2019
* Added collaborators

* Add coverage & license check, format lint output

* Update .gitignore

* Added more badges

* MessageId should be unassigned in queue
outgoingEnqueue and outgoingEnqueueCombi functions should not store messageId. outgoingUpdate function will do. This PR requires moscajs/aedes-packet#5

* Update .gitignore

* Update dependencies

* Add more badges in README.md
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.

2 participants