Closed spencerwilson closed 2 years ago
A Mac and 1024 bytes? Looks similar to #103 or #76.
You may want to try using rlwrap websocat ...
or some stty
workaround.
Thanks for the quick pointer. You're probably right. I found a workaround (using something other than websocat
) so I'll close this issue now.
Am running
At this point if I begin typing, or if I paste a large message, my input ends/is truncated at 1024 characters and additional keypresses ring my terminal bell.
My objective is to send a text-mode message to the server that contains 1046 Unicode code points (whose UTF-8 representation is 1046 octets long).
Questions:
The subprotocol I'm speaking, graphql-ws, can involve messages whose size exceeds 1024 code points.
Details: