AndrewMagpie

Results 14 comments of AndrewMagpie

Windows 10 environment Arduino 1.8.19 ESP32 - Espressif v2.0.3 (v2.0.4 doesnt seem to work for me) Using these libraries: https://github.com/lbernstone/arduino-esp32-solo https://github.com/Bodmer/TFT_eSPI) https://github.com/lucadentella/TOTP-Arduino) https://github.com/arduino-libraries/NTPClient)

This [OPENSSL_thread_stop](https://www.openssl.org/docs/man1.1.1/man3/OPENSSL_thread_stop.html) man page mentions in the notes that for statically linked versions `OPENSSL_thread_stop` should be called before exiting a thread. So now my question is where is the best...

How do I quickly test that? I know for sure that its only when **_statically_** linking OpenSSL. And thus related to OPENSSL_thread_stop not being called.

I tried updated the asio library, but the leak still occurs.

I suspect this is the reason for the leak: > This [OPENSSL_thread_stop](https://www.openssl.org/docs/man1.1.1/man3/OPENSSL_thread_stop.html) man page mentions in the notes that for statically linked versions `OPENSSL_thread_stop` should be called before exiting a...

@h2zero removing those fixed the advertisement but were there to get around an issue we were having with iPhones.

Please let me know if/when there is a fix for this so that we can start using those two APIs again.

@sklarsa Any ideas how to fix this? Not sure if its related to the last merge.

Found a fix: https://issues.shibboleth.net/jira/browse/IDP-1087 So the idp docker file needs the mkdir added to it: ``` RUN mkdir $JETTY_BASE/tmp CMD ["run-jetty.sh"] ```

So now browsing to the SP and clicking the button gives a 404 error. :(