Closed arnarg closed 1 year ago
Huh, yeah that does seem like it needs to be handled. Just an oversight on my part, I'm sure. I can look into that. Thank you!
This should be good now. It did also uncover a few things I'm doing incorrectly per the RFC, but I'm going to tackle those separately.
Thanks for catching this 😄
Perfect! Thanks! 🎉
I'm getting the following errors with a long running websocket connection.
Which I have traced to https://github.com/rawhat/mist/blob/v0.11.0/src/mist/internal/websocket.gleam#L63 as it's not matching opcode 9 afaict.
Here it's expecting it as a possible output from
frame_from_message
but if I'm not mistaken this will never happen.