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

tweak readme #78

Merged
merged 1 commit into from
Dec 19, 2016
Merged

tweak readme #78

merged 1 commit into from
Dec 19, 2016

Conversation

ralphtheninja
Copy link
Contributor

No description provided.

@coveralls
Copy link

coveralls commented Dec 17, 2016

Coverage Status

Coverage remained the same at 97.063% when pulling f584e93 on ralphtheninja:master into 169a313 on mcollina:master.

@@ -257,7 +257,6 @@ instance.authorizeSubscribe = function (client, sub, cb) {

It will be called when a client is set to recieve a message. Override to supply custom
authorization logic.
In order to completely pre

Copy link
Contributor Author

Choose a reason for hiding this comment

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

A leftover sentence? Just removed it since I didn't know how to finish it.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Good call

@@ -159,7 +159,7 @@ A packet must contain the following properties:
}
```

Only the `topic` and properties are mandatory
Only the `topic` and `payload` properties are mandatory.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I guess this one was copy/pasted from mqtt-packet repo.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I guess payload is missing?

@@ -147,7 +147,7 @@ It supports backpressure.

Publish the given packet to subscribed clients and functions. It supports backpressure.

A packet must contain the following properties:
A packet contains the following properties:

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Contradicting sentences. This one states that all properties are mandatory but the second says only topic (and as I suspect, the payload property) is mandatory.

Copy link
Collaborator

Choose a reason for hiding this comment

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

You are right

@ralphtheninja
Copy link
Contributor Author

bump

@coveralls
Copy link

coveralls commented Dec 19, 2016

Coverage Status

Coverage remained the same at 97.063% when pulling 45ef9c5 on ralphtheninja:master into 169a313 on mcollina:master.

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.

Perfect, thanks!!

@mcollina mcollina merged commit 752aebc into moscajs:master Dec 19, 2016
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

3 participants