You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have my own http-client lua library. It's working well with a dev96 Aug 2015 firmware.
But with fresh firmware (tried both master and dev) I got strange bug - event "receive" never happens in module, but working if I send commands one by one with LuaLoader. Same if I tried to send all commands in one string.
You have to do the sk:send() in an sk:on('connection', callback_fn) with SDKs after V1.0 otherwise you will attempt to do the send before you are connected. Socket I/O is async to this executing thread.
I have my own http-client lua library. It's working well with a dev96 Aug 2015 firmware.
But with fresh firmware (tried both master and dev) I got strange bug - event "receive" never happens in module, but working if I send commands one by one with LuaLoader. Same if I tried to send all commands in one string.
One string. No output
Function. No output
Two strings with 1 sec pause. Page printed
I tried to use "connection" event and it happend, but nothing changes.
I tried to delay script execution by tmr.alarm(...), it not helped.
The text was updated successfully, but these errors were encountered: