Current Lua downloadable firmware will be posted here

User avatar
By xykon
#32198 Same issue here: connection gets closed after first send().
on("sent", ...) never gets called.
Wait, in a simpler test, it does get called. But it seems you need to wait for on("sent") before you can send() again. Kind of makes sense, but is more difficult to implement...