Replies: 1 comment 4 replies
-
If your devices are online at the same time, connecting with identical credentials (client_id, user_name etc), make sure the server allows clients to do so. It may be the server is kicking the client off. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I am using @peterhinch's "mqtt_as" library and deployed it using cross-compile. I ran different examples on an ESP32 which all work fine. Running the same scripts (including the ESP8266 SSL/TLS example in the library) on an ESP8266 results in the folling Error:
OSError: (-1, 'Connection closed by host')
This is the call stack:
Any ideas what this could relate to?
Beta Was this translation helpful? Give feedback.
All reactions