Reputation: 245
I am using Paho MQTT client with Ionic 7 app (with Angular). In the app, I need to create 5 MQTT client connections running in parallel. All works well on iOS, however I am getting an AMQJS007E
Socket Error on Android when trying to create 5 MQTT client connections at the same time (maximum, I can reach seems to be 4).
Are there any limitations for Paho MQTT for Android OS and/or Ionic 7 on Android?
Upvotes: 0
Views: 31