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

One-line bugfix: websocket plugin sends invalid data to the xmlOutput listener #259

Closed
Gilead opened this issue Aug 14, 2017 · 1 comment

Comments

@Gilead
Copy link

Gilead commented Aug 14, 2017

this._conn.xmlOutput(close);

This line in the _disconnect function should be:

this._conn.xmlOutput(close.tree());

For example, the stream management plugin currently chokes when it's fed a builder it doesn't expect.

@jcbrand
Copy link
Contributor

jcbrand commented Aug 14, 2017

Looks like you're right. Please create a pull request for it.

EDIT: Nevermind, I quickly made the change.

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

No branches or pull requests

2 participants