Closed lgLindstrom closed 3 years ago
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions.
[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions.
I have the same issue, has anyone figured this out ?
Hi there, I've found that I've passed an empty url to connect(). Also, if you're trying to pass an IP Address as text, the library doesn't support that. checkout https://github.com/philbowles/AardvarkTCP/blob/master/src/H4AsyncTCP.cpp#L267
Hi
I am using AsyncMqttClient wich is using AsyncTCP. When AsyncMqttClient tries to connect to a Mqtt Broker I get this message from AsyncTCP.
[E][AsyncTCP.cpp:729] connect(): error: -16
I have found no way to understand what error: -16 means.
My application is a VsCode/PlatformIO Arduino based project. The Mqtt Broker is working nicely,,, i.e I can connect to it from other clients. Wifi is properly setup in my application i.e the application can do other stuff over Wifi .
My development board is DevkitC from Espressif.
Can anyone give some help here :)