-
-
Notifications
You must be signed in to change notification settings - Fork 235
Open
Labels
Description
System Information
- Aedes: 0.51.1
- NodeJS: 16.15.0
- OS: Mac OS 14.5
- Arch: x86_64
- Java: 1.8
Describe the bug
I'm currently experiencing an issue while running Aedes alongside an MQTT Java client using example.js (attached) with no modifications to the aedes source code. Despite running both the consumer and producer, it seems that certain messages aren't being consumed. Interestingly, after commenting out the 'dedupe' call in the client.js file of the Aedes source code, the consumer is able to successfully consume all messages.
To Reproduce
Steps to reproduce the behavior:
- Run the broker using example.js on aedes 0.51.1 source code
- Run AedesSampleConsumer.java
- Run AedesSampleProducer.java
Expected behavior
Consumer should consume all the messages produced.
Reactions are currently unavailable