react-native-mqtt icon indicating copy to clipboard operation
react-native-mqtt copied to clipboard

MQTT connection lost when app is in background for above 1 or 2 minutes (Android)

Open letrinhthanhvn opened this issue 4 years ago • 0 comments

I've been trying to use react_native_mqtt to handle a feature that required mqtt connection still alive when app in background mode. But after 1 or 2 minute in background, mqtt connection lost and console: {errorCode: 7, errorMessage: 'AMQJS0007E Socket error:undefined.', reconnect: false, uri: 'ws://...:**/mqtt'}. Is this a bug of library or related to Android OS? And if anyone faced this problem before, please explain it. Thanks a lot! My library information i'm using: + "react_native_mqtt": "^1.3.1", + "react-native": "^0.63.4", + "react": "^16.13.1",

letrinhthanhvn avatar Sep 27 '21 07:09 letrinhthanhvn