-->
Page 2 of 2

Re: Page does not read to the end.

PostPosted: Sun Aug 28, 2016 2:28 am
by devsaurus
socket:send() is of asynchronous nature and repeated calls might not work as expected. You should send next data from the "sent" callback as described here: http://nodemcu.readthedocs.io/en/latest ... socketsend
Hope this helps.