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

duplicated message received when subscribe overlapping topics #17

Closed
emqplus opened this issue Jul 26, 2015 · 0 comments
Closed

duplicated message received when subscribe overlapping topics #17

emqplus opened this issue Jul 26, 2015 · 0 comments
Assignees
Labels
Milestone

Comments

@emqplus
Copy link
Contributor

emqplus commented Jul 26, 2015

Subscribe two overlapping topics:

emqttc:subscribe(C1,  <<"topic/#">>).
emqttc:subscribe(C1, <<"topic/1">>).

Publish a message:

emqttc:publish(C2, <<"topic/1">>, <<"hello">>, [{qos, 1}]).

C1 will receive 4 duplicated messages.

@emqplus emqplus added the bug label Jul 26, 2015
@emqplus emqplus self-assigned this Jul 26, 2015
@emqplus emqplus added this to the 0.5.0 milestone Jul 26, 2015
emqplus pushed a commit that referenced this issue Jul 26, 2015
@emqplus emqplus closed this as completed Jul 26, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant