You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.
right now, it will throw error when at the end of chunk (
highWaterMark
).this is a major issue because parsing the whole string is kind of defeating the purpose of this lib.
this issue wasn't tested is because the default
highWaterMark
is pretty high (64kb) IIRC vs size of strings in test casespotential solution:
do sth like this https://github.com/silviucpp/erlxml/blob/master/c_src/xmlstreamparser.cc
once we find a complete stanza, we pass to SaxParser to parse
The text was updated successfully, but these errors were encountered: