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

fix properties mqtt 5 in subscribe #881

Merged
merged 1 commit into from Oct 11, 2018
Merged

fix properties mqtt 5 in subscribe #881

merged 1 commit into from Oct 11, 2018

Conversation

scarry1992
Copy link
Contributor

I fixed subscribe properties and docs for subscribe

@codecov
Copy link

codecov bot commented Oct 9, 2018

Codecov Report

Merging #881 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #881      +/-   ##
==========================================
+ Coverage   94.41%   94.42%   +0.01%     
==========================================
  Files           8        8              
  Lines         877      879       +2     
  Branches      232      233       +1     
==========================================
+ Hits          828      830       +2     
  Misses         49       49
Impacted Files Coverage Δ
lib/client.js 97.29% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f94cb75...d553a3b. Read the comment docs.

@@ -374,7 +374,7 @@ Subscribe to a topic or topics

* `topic` is a `String` topic to subscribe to or an `Array` of
topics to subscribe to. It can also be an object, it has as object
keys the topic name and as value the QoS, like `{'test1': 0, 'test2': 1}`.
keys the topic name and as value the QoS, like `{'test1': {qos: 0}, 'test2': {qos: 1}}`.
Copy link
Member

Choose a reason for hiding this comment

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

Is {'test1': 0, 'test2': 1} still supported?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No, don’t supported from last PR

@mcollina mcollina merged commit 983c71d into master Oct 11, 2018
@mcollina mcollina deleted the mqtt-5-subscribe-fix branch October 11, 2018 17:51
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.

None yet

2 participants