Connecting Unity3d Android application to ActiveMQ broker using MQTT
问题 I am trying to connect an Unity3d Android application to an ActiveMQ server using MQTT protocol. In the log attached below I can see that the server is refusing me the connection. I have correctly portforwarded the required port to be accessible from outside. I have also tried to connect from the local network using the device's wi-fi. I am using a MQTT library for unity which can be found here: https://m2mqtt4unity.codeplex.com/ Currently the same application, the example that can be found