shehankonecranes / sp-react-native-mqtt

MQTT Client native module for react-native
68 stars 55 forks source link

Android data not updating while data on IOS gets updated when connected through same connection parallely #32

Open Jignesh77 opened 1 year ago

Jignesh77 commented 1 year ago

I have used your library & was successfully able to fetch data through the connection only the issue I am facing currently is that the data on IOS gets updated where as on android it gets stuck at one point. Do I need to maintain separate connection or I can get same data on n number of devices with same connection.

midhun-sa commented 1 year ago

Hi @Jignesh77 were you able to receive message using port 1883. If yes can you please kindly share the connection part like an example.

I saw in some article says that only through web Sockets react native can communicate through MQTT.