wendlers / mpfshell

A simple shell based file explorer for ESP8266 Micropython based devices ⛺
MIT License
396 stars 84 forks source link

properly terminate and cleanup webrepl connection upon exit #48

Open crackwitz opened 6 years ago

crackwitz commented 6 years ago

this is what I see on the serial connection when I try to reconnect after exiting mpfshell using "exit".

dupterm: Exception in write() method, deactivating: OSError: [Errno 104] ECONNRESET Concurrent WebREPL connection from ('192.168.178.22', 52858) rejected

the webrepl.html thingy works ok, so I'd say the issue is on the mpfshell side.

merlink01 commented 5 years ago

Same here