Post your best Lua script examples here

User avatar
By zioax
#10206
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
User avatar
By dpwhittaker
#10218 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.