fusesource / mqtt-client

A Java MQTT Client
http://mqtt-client.fusesource.org/
Apache License 2.0
1.27k stars 369 forks source link

MQTT can not be used in some Pad like "SM-T520"? #40

Open wxzqq opened 9 years ago

wxzqq commented 9 years ago

I have a demo,it works well when stored in SM-T320 and other PAD ,but when stored in SM-T520,it not work.The method : CallbackConnection.connect has not Callback message.Then I used BlockingConnection.connect(),it not works too,but works in other PAD.So I want to know whether it works in SM-T520,and why?