This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Eric Davis
edavis.dev
did:plc:4nsduwlpivpuur4mqkbfvm6a
HA, figured it out. Default websocat buffer size is 65536 bytes. Was getting an event larger than that, so websocat was sending first 65536 bytes in one message then remaining byte in second message which my parser couldn't handle.
`websocat -B 1048576` feels about right.
[contains quote post or other embedded content]
2024-03-31T05:37:13.356Z