-
Hi Andy,
Am using HTTPS and WSS both at port 443,
![image](https://github.com/user-attachments/assets/802ffe44-d71b-4812-9ccc-71e41061ef5a)
My issue is when am having two pvo : lws-minimal-s…
-
I am currently using online code editing and Manoco Editor. I would like to use WebSocket to request LSP for code association. How do I implement this?
-
I tried to add http authentication using nginx and reverse from port 80 to port 8080 to pat,
but this error occurs
2024/08/06 22:47:01 websocket: the client is not using the websocket protocol:…
-
We're using protocol name for websocket in subscriptions. But for the old one instead of naming it `graphql-transport-ws` we should name it `subscriptions-transport-ws` to avoid any confusions.
bnjjj updated
4 months ago
-
Consider adding websocket support to the roadmap.
-
Left the Walltaker settings app on until it crashed so I could get the error code.
I'm not a tech wizard, so, I don't know why, and I don't want to know why, but whenever it crashed, it's the error:
…
-
I got "websocket protocol error" from "recev_messages" method when the server program deployed on the Cloud, but this problem won't be seen on Native
Is there any possible ideas?
-
Is there a known issue using the MessagePack Protocol over WebSockets?
It seems to work ok when explicitly set to use the LongPolling transport and using the Json protocol with WebSockets also work…
-
Hi guys,
I was trying to look into the websocket handhsake and the missing subprotocol header (Sec-WebSocket-Protocol)
to clarify the issue, here is an example of client request headers:
```
Hos…
-
**Is your feature request related to a problem? Please describe.**
"upgrade protocol" is now supported by libmicrohttpd. We should reach feature parity to allow users to use it (without having to go …