-
Notifications
You must be signed in to change notification settings - Fork 28
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
report.JSON breaks websockets #29
Comments
@ohookins: That's quite common problem, not only present in handy but in most libs wrapping various "upgradable" interfaces. This PR solves it for |
@telendt I guess that's just a simpler version of this: |
@streadway are you ok with me making a PR for report along the lines of #28 ? Or perhaps @telendt is kind enough to add report to the same PR... |
Go for it. There are a few more interfaces to implement as well for http/2 support. |
If you wrap your websocket Handler in
report.JSON
you end up with something like this:The text was updated successfully, but these errors were encountered: