Skip to content
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

Modified parsing of eventcode in relayAsyncEvents #9

Merged
merged 2 commits into from
Jul 24, 2018

Conversation

csucu
Copy link
Contributor

@csucu csucu commented Jul 22, 2018

fixes #8

The eventcode HS_DESC_CONTENT is followed by a space and then a bunch of other data, but the code currently assumes that the eventcode is just followed by a newline. The current change fixes this for the eventcode in question, however i haven't tested this with many other events, so not 100% sure if this breaks anything.

@cretz
Copy link
Owner

cretz commented Jul 23, 2018

Thanks! Bit busy today, so I'll look when I can. I don't have good integration treats for the events admittedly, so I'll probably write one at least for this event specifically.

@cretz cretz merged commit a377189 into cretz:master Jul 24, 2018
@cretz
Copy link
Owner

cretz commented Jul 24, 2018

Merged, still doing some tests tho. Ok, I misinterpreted my own output, it's properly multiline. Writing tests.

@cretz
Copy link
Owner

cretz commented Jul 24, 2018

Ok, shiny new HS_DESC_CONTENT test added. Thanks for the issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

hs_desc_content event never triggers
2 participants