- Wed Jan 07, 2015 8:56 am
#6543
Anyone get anywhere with this issue?
I too started getting the blank web page when I went to >=0.9.4. Previously, it was sending large chunks of html data ~1200-1400 bytes at a time with no issue.
Now it does seem that if there are several conn:sent(xx) commands in a row within a conn:on('sent'..) function (as you'd get when reading then sending lines from a html file) they are lost due to the conn:on('sent'..) being called prematurely over and over again.
My current workaround is to read and send each html line of text line by line which is soooo slow now. Even smallish webpages can be seen to load bit by bit on the browser. It's ugly.
Zeroday has said nothing has changed in the lua API but there was some change in the SDK which could affect things but I don't think he's checked it.