-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't use PullParser to parse several valid messages in a row #214
Comments
DmitryPogrebnoy
changed the title
Can't use PullParser to parse several valid message in a row
Can't use PullParser to parse several valid messages in a row
Oct 17, 2024
Adding |
I'll be ready to take it on in one week. If that's okay, no problem. |
No problem. We aren't in a hurry. |
DmitryPogrebnoy
pushed a commit
to DmitryPogrebnoy/rexml
that referenced
this issue
Oct 30, 2024
DmitryPogrebnoy
pushed a commit
to DmitryPogrebnoy/rexml
that referenced
this issue
Nov 7, 2024
kou
pushed a commit
that referenced
this issue
Nov 8, 2024
GitHub: Fix GH-214 This is for parsing XML documents stream. We can use one parser to parse multiple XML documents with this feature. Co-authored-by: Dmitry Pogrebnoy <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have the following use case:
Here I have a socket, and I pull messages from the server and parse it. Every message is valid and complete xml.
Before the release https://github.com/ruby/rexml/releases/tag/v3.3.2 this use case worked like a charm. After that it doesn't work with exception
This is a side effect after this changes - #161
It seems there is no proper solution for this use case now, and I can't use the actual version of this gem.
Possible solutions could be as follows:
The text was updated successfully, but these errors were encountered: