-
When connecting to a websocket server, the client can provide multiple supported subprotocols in the header `Sec-Websocket-Protocol`. The server then chooses one of them and returns the chosen with th…
-
http://stackoverflow.com/questions/11797708/jetty-websocket-custom-events
"jetty-websocket没有为子协议解析提供好的注入架构,对于pushserver而言效率和定制性问题
如binarymessage完整接收后返回对应拷贝,上层无法对这个buffer copy过程和子协议解析做精确控制,造成内存碎片等问题"
…
wsky updated
11 years ago
-
Brought up in https://github.com/w3c/wot-discovery/issues/42. Handy for talking to SSE (which we might use for notifications from Directories) from AWS Lambdas.
-
I believe there may be a bug in the subprotocol capability. I am able to do the following:
Client:
```
add_subprotocol("proto_a")
add_subprotocol("proto_b")
connect()
```
The request is similar to:
…
-
If VGRP is used within a Websocket connection, a subprotocol name should be registed with IANA with the WebSocket Subprotocol name registry. Possible registration could be:
Subprotocol Identifier:
…
-
### Is there an existing feature request for this?
- [X] I have searched the existing feature requests
### Is your feature request related to a problem? Please describe.
I am in a situation w…
-
ESP32, trying to make and hold a websocket connection. Always connects properly _unless_ a Sec-WebSocket-Protocol field (of any value) is included in the Request Headers message sent from client web b…
-
In addition to `CURLOPT_WS_CONNECT_ONLY`, curl websocket should allow the client to specify one or more [subprotocols](https://datatracker.ietf.org/doc/html/rfc6455#section-1.9) and one or more [exten…
-
From websocket created by [garyburd](https://github.com/garyburd): gorilla/websocket#404
Points to cover
- An application can handle subprotocol negotiation on its own by setting the Sec-Websoc…
-
## Summary
The ballerina graphql package provides client implementation to execute query and mutation operations by connecting to the server. But the subscription operation is not supported by the cl…