jczic / ESP32-MPY-Jama

v1.2 - UI tool for manage Espressif ESP32 microcontrollers with embedded MicroPython for MacOS, Windows and Linux: mini IDE, files manager, REPL, real time dashboards (sys/net), advanced features (gpio/mp3/leds/...)
https://github.com/jczic/ESP32-MPY-Jama
MIT License
424 stars 25 forks source link

Can't connect if device running task #9

Closed newmizanur closed 1 year ago

newmizanur commented 1 year ago

Scenarios:

Solution:

Devices:

jczic commented 1 year ago

Hi @newmizanur and thank you for using MicroWebServ2 :)

Indeed, my software does not send a "break" when it connects. I can add this for the next version, it's a good idea! 👍🏻 However, do you get the error message right away or after 2 seconds? Because if another program is already connected in "exclusive mode", your new connection will be refused immediately.

jczic commented 1 year ago

I've fixed it : https://github.com/jczic/ESP32-MPY-Jama/commit/630b55c307b62be7a52f0b62a4de715dc01e496c That's works (next version for binaries). Thank you :)