WahidNasri / flutter-mqtt-chat-client

A Chat app developed with Flutter, it uses MQTT protocol
GNU General Public License v3.0
147 stars 34 forks source link

It has issues on mqtt client, when same clientId reconnect #14

Open luohao123 opened 9 months ago

luohao123 commented 9 months ago

when app goes background ,it will sleep by android ssytem.

But when comes back to foreground, it will reconnects, but server didn't recognise it offline..

BTW, my app won't exist, but just back to home, so it not restart everytime.