You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I seem to be having issues using this library when using it htmx as the client, specifically version 2 of htmx. I am also testing this on Firefox (if browser may make a difference.
I tend to see either this error Connection Closed: 1008 unexpected data message or sometimes I see Invalid RSV bits ....
I am not sure how to debug what is going on. But I noticed there was another issue where someone getting similar errors in issue #339.
Hi,
I seem to be having issues using this library when using it htmx as the client, specifically version 2 of htmx. I am also testing this on Firefox (if browser may make a difference.
I tend to see either this error
Connection Closed: 1008 unexpected data message
or sometimes I seeInvalid RSV bits ...
.I am not sure how to debug what is going on. But I noticed there was another issue where someone getting similar errors in issue #339.
I tried using another library, https://github.com/gobwas/ws, and it seems to work with this library 🤔. See this commit here for an example where it works: https://gitlab.com/hmajid2301/banterbus/-/commit/a7501484832f51f430e83da1e39dacd01a0b6860.
See this commit here for a version with this library causing issues: https://gitlab.com/hmajid2301/banterbus/-/blob/9bcd9d73690df9cd3fdcddafc4498a1428497210/internal/transport/http.go
Please let me know if there is anything I can do to help ❤️ .
Reproduce
git clone https://gitlab.com/hmajid2301/banterbus.git git checkout 9bcd9d73690df9cd3fdcddafc4498a1428497210 go run main.go # Go to localhost:8080
Create Room
Version
The text was updated successfully, but these errors were encountered: