Rutger798

Results 3 comments of Rutger798

Sorry i forget to mention that i used WSL (Windows Subsystem for Linux) so maybe the problem is with my OS.

wait this is a better solution: ``` def process_part(part): return "\n".join( "\"" + line.lstrip().replace('"', '\\"') + "\"" - for line in part.split('\n') + for line in part.splitlines() if line.strip() )...

We also run a HTTP server, when connected to the internet. Because my HTTP server is started after the connect CB the ESP tends to reuse the low level socket...