Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] Subscribing to topic

Hi Said,

what programming language are you using? Paho offers MQTT implementations in many different languages.
You have to provide more information on how you are using there library so that we can help you. Posting you code somewhere helps too.

Sandro
> Am 07.12.2015 um 16:21 schrieb Said Uçar <said.ucar@xxxxxxxxxxx>:
> 
> Hi,
> 
> I'm trying to subscribe a topic but it isn't happen. I debug my code, into
> the subscribe method, it goes Object class wait() method and wait here
> forever. The timeout variables value is "-1 ".  Any idea on that? I checked
> that my MqttClient object is connected, I can publish message, but I can't
> subscribe. If you wish, I can try to explain more detail. 
> 
> Thanks in advance,
> Said.
> 
> _______________________________________________
> paho-dev mailing list
> paho-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/paho-dev



Back to the top