Before submitting a new issue
Bug summary
This project by default uses a random UUID for every connection to the mqtt broker with cleanSession set to true which thinks it's a new device/connection and all the messages in the offline queue is dropped
Library version
0.3.2
Environment info
Running on Expo dev build on a real android device. Using Macbook for dev purposes
Steps to reproduce
- Disconnect the mqtt connection
- Reconnect ( automatically sets new clientID & cleansession to true)
Reproducible example repository
https://github.com/debarkamondal/khamoshchat-mobile
Before submitting a new issue
Bug summary
This project by default uses a random UUID for every connection to the mqtt broker with cleanSession set to true which thinks it's a new device/connection and all the messages in the offline queue is dropped
Library version
0.3.2
Environment info
Running on Expo dev build on a real android device. Using Macbook for dev purposesSteps to reproduce
Reproducible example repository
https://github.com/debarkamondal/khamoshchat-mobile