Ron Kass
Results
2
comments of
Ron Kass
indeed. When doing some debugging, it seems it inflates the json chunks, which come out as partial json code, rather than the complete, which then fails to be json-decoded. A...
Ok.. I've fixed it. Basically, the problem was that chunks come in with partial blocks of the JSON. And the code just assumed that each chunk is a complete json...