martin-ger

Results 321 comments of martin-ger

Just to understand a few questions: - you are using the lib as a client and the exception happens on the client? - if so, could you try with i-n-g-os...

Let me understand what exactly you're willing to do: you want to run a network of several ESPEasy nodes and one of these nodes should act as MQTT to link...

Cannot reproduce the error. Using mosquitto_sub and mosquitto_pub I can connect and disconnect (from my laptop) without any obvious problem. What exactly is your test-setup with paho.mqtt.android (or another client...

Could you send me the client's code? Guess, it has to do with session handling. For some reason the server rejects the CONN request (probably, because the session is still...

Thanks - probably it is the same problem - no time today, will try to look into it over the weekend.

Think, I found the problem. Introduced it, when trying to fix issue #3 It failed to clean up old sessions from the same client. Should be fixed now...

Dies Not existiert means does not work? Am 22. Januar 2018 05:58:15 schrieb MasyaShu : > Thank you, it's getting better. Now after reboot it is stably connected > from...

Let me try to understand the setup: - you are directly connected to the ESP as AP? (or are both, client and broker STAs of a different WiFi AP?) -...

Tried to reproduce the problem, somewhat hard... With the ESP as AP and IoT MQTT Dashboard (https://play.google.com/store/apps/details?id=com.thn.iotmqttdashboard) as sample client on Android it just works fine. Pubsubclient on the AP...

Thanks for the input. I reworked the logic of disconnection. Now your sample works just fine, even with client.disconnect() for me...