kansifang / moquette-mqtt

Automatically exported from code.google.com/p/moquette-mqtt
Apache License 2.0
0 stars 0 forks source link

Publish with QoS 2 #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start Moquette Broker
2. Subscribe to a topic 'log'
2. Publish a message to topic 'log' with QoS 2
3. See subscription notifications

What is the expected output? What do you see instead?
I expect 1 message. I receive 2 same messages.

What version of the product are you using? On what operating system?
moquette-broker-0.1-jar-with-dependencies.jar    Self contained broker jar v0.1  
Sep 17

Please provide any additional information below.
I have a linux system. Run the broker only on localhost. Publishing 
applications are mosquitto_pub and Java applications with Paho MQTT Java 
Library.

Original issue reported on code.google.com by andreslo...@gmail.com on 25 Feb 2013 at 8:56

GoogleCodeExporter commented 9 years ago
Tested with version 0.3 and doesn't happen

Original comment by selva.an...@gmail.com on 7 Nov 2013 at 10:56