-
Notifications
You must be signed in to change notification settings - Fork 280
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
Binary response frames are not handled well #216
Comments
|
Thanks a lot for the very quick reply. I'll give this a try and report back. I may have seen and discarded this option earlier when seeing in the description message that it applied to the request (in my case the request is in text and the response in binary). I should have given it a chance though. |
Those conversions allow scripts to rely on one message = one line. |
Thanks a lot, |
By default Websocat assumes text messages to be sent and received and is aimed primarily at interactive testing of WebSocket endpoints (e.g. using something
There are other, trickier modes for mixing text and binary messages flexibly.
|
Unless I'm misusing websocat there appears to be two issues with how it handles binary response frames:
Perhaps I missed a particular command-line flag to use? Thank you.
The text was updated successfully, but these errors were encountered: