novastone-media / MQTT-Client-Framework

iOS, macOS, tvOS native ObjectiveC MQTT Client Framework
Other
1.84k stars 463 forks source link

MQTT Stop working Suddenly #552

Open PrashanthPace opened 4 years ago

PrashanthPace commented 4 years ago

I have a problem regarding MQTT Client Objective -C, the handle message delegate method isn't being called some times.It behaves very well some time and suddenly stops behaving the actual behaviour. It would be great if you could help us to resolve this issue which we are facing from almost a month.

huangzhengguo commented 4 years ago

I have the same problem today

huangzhengguo commented 4 years ago

Problem solved?I have blocked here a day.

FranklinSamboni commented 2 years ago

Hi I have the same problem, did you find any solution?

petersom commented 2 years ago

Problem solved? I found it happend when the server's "mqueue_len" is max length,

Session(xxx, clean_start=false, expiry_interval=1296000, subscriptions_count=331, max_inflight=32, inflight=32, mqueue_len=1000, mqueue_dropped=4013, awaiting_rel=0, deliver_msg=29601, enqueue_msg=32706, created_at=1587007794)

did you find any solution? find any solution?