odelot / aws-mqtt-websockets

Implementation of a middleware to use AWS MQTT service through websockets, aiming the ESP8266 plataform
GNU Lesser General Public License v3.0
231 stars 67 forks source link

Connection failed because of inproper initialization #59

Open stark526 opened 4 years ago

stark526 commented 4 years ago

Hey :)

I encountered the same issue decribed at #16 and the solution that was suggested there (adding a call to the begin function in the AWSWebSocketClient's constructor) worked for me pretty well.

Is there any chance to add it to the library?

Thnaks :)

odelot commented 4 years ago

Nice, I will try to add it to the library ^.^

odelot commented 4 years ago

are you using the library? have you updated it?

odelot commented 4 years ago

btw thank you ^.^

stark526 commented 4 years ago

Gladly, thank you as well 😁