nodejs/llparse

streaming execute

drom opened this issue · 4 comments

drom commented

I am trying to make streaming execute to work as it was discussed in #29 .

I struggle to make it work. Since the first chunk _execute() was incomplete, it produced an error.
Second _execute() did not even run for some reason?

Here is the test: https://github.com/wavedrom/vcd/blob/master/test/basic.js#L49

drom commented

I noticed that I can clean status->error before running execute and it helps.

I'd love to take a look. How can I reproduce this?

FWIW, tests appear to pass in your repo when I run it locally.

drom commented

Sorry for a false alarm, it was my bug. It fixed it somehow in the process.