How come the sckt is undefined and conn is true?
sckt is undefined
conn is true
{ "type": 0, "#onconnect": function (n) { ... }, "opt": { "host": "example.com", "port": 1235 }, "sckt": undefined, "conn": true, "dSnd": "", "#ondata": function (e) { ... }, "#onend": function () { ... }, "dRcv": undefined } >
@ceremcem started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
How come the
sckt is undefined
andconn is true
?