What does this error mean?
Posted: Sat Dec 19, 2015 11:04 am
Although I seem to have working code, every single time I send code to the ESP8266 module, this error always shows up:
"init.lua:16: only one tcp server allowed"
And line 16 looks like this:
There are no other lines in my code creating servers...
Can anyone explain what this means?
Thanks!
"init.lua:16: only one tcp server allowed"
And line 16 looks like this:
Code: Select all
srv=net.createServer(net.TCP,3600)
There are no other lines in my code creating servers...
Can anyone explain what this means?
Thanks!