JeroenSt

Results 46 comments of JeroenSt

I tested this code, it compiles but doesn't seem to work with https://github.com/marvinroger/async-mqtt-client. I get the following logging: 000003.975 [TCP_SSL] tcp_ssl_new: 0 000003.986 [ASYNC_TCP] _recv[1]: 536 000003.986 [TCP_SSL] tcp_ssl_ssl_read: 0...

Maybe it's because of different option configured (I use setwill for example). Still strange, because in your logging you get response from the MQTT server while in my example, no...

Ok, your code is working. I bumped into this bug: https://github.com/marvinroger/async-mqtt-client/issues/107

I solved the bug in async-mqtt-client. MQTT with SSL with your code works fine now.

The best way to solve this completely imo is to change the code, create a addtobuffer and a sendbuffer function and send 1 packet instead of multiple in all current...

@me-no-dev ESPAsyncTCP latest doesn't compile with SSL enabled. Can you please merge this pull request so SSL compiles again? I can confirm it works.

@me-no-dev ESPAsyncTCP latest doesn't compile with SSL enabled. Can you please merge this pull request so SSL compiles again? I can confirm it works.

> how can I dowonload this pull request? @jeroenst I believe I did this : Git fetch Git checkout 4e39b7ff6e85cab643fc548edc16661da738a055 Otherwise get asynctcp from my github repo.

@gecoool I use arduino ide with esp8266 board version 2.7.4

@me-no-dev please merge this pull request.