-->
Page 3 of 5

Re: mini Web IDE (update 3)

PostPosted: Fri Feb 20, 2015 3:46 am
by picpic020960
Bonjour ,

OK works.

but some time , on my tablett , the text windows is empty on ?edit.

and the ?run is ok.

any ideas ?

with PC browser it's better but fragile.

Re: mini Web IDE (update 3)

PostPosted: Fri Feb 20, 2015 4:15 am
by zioax
picpic020960 wrote:Bonjour ,

OK works.

but some time , on my tablett , the text windows is empty on ?edit.

and the ?run is ok.

any ideas ?

with PC browser it's better but fragile.

Maybe a memory leak, anyway remember that this is a 3$ chip :D

Re: mini Web IDE (update 3)

PostPosted: Fri Feb 20, 2015 4:16 am
by zioax
It work great, can you add delete function? Thanks
P.S. It doesn't work with latest nodemcu release

Re: mini Web IDE (update 3)

PostPosted: Fri Feb 20, 2015 7:11 am
by dpwhittaker
Add conn = nil after conn:close(). The listeners hold the reference to the connection and don't allow the garbage collector to free the memory. Ahould help with long-term stability.