-
Hi
Thanks for this gem!
I am evaluating if this gem would help in our requirement. Our requirement is like this:
We have a server which manages many devices (say IP Cameras). The server needs to c…
-
Hi,
if a websocket client requests a subprotocol (Sec-WebSocket-Protocol) the server should return the subprotocol to the client. RFC 6455 4.2.2 5,6 . I think it's only optional if the client does NO…
-
We're using version 0.2.2 of ws4py (which I'm aware is not the latest version), and following a recent update to chrome version 30, we're no longer able to make a websocket connection (though Firefox …
-
The frame that is sent by the WebSocket->close() function contains a total of 4 bytes. 0x88 0x00 0x00 0x00 .
0x88 is the correct heading byte for a close connection message.
0x00 denotes a non-masked…
-
**[Rossen Stoyanchev](https://jira.spring.io/secure/ViewProfile.jspa?name=rstoya05-aop)** opened **[SPR-10843](https://jira.spring.io/browse/SPR-10843?redirect=false)** and commented
---
**Affects:…
-
The library does not support fragmented messages as described in section 5.4 of [RFC 6455](https://www.rfc-editor.org/rfc/rfc6455.txt).
-
In file included from mod_websocket_handshake.c:39:0:
mod_websocket_sha1.h:63:3: error: conflicting types for 'SHA_CTX'
} SHA_CTX;
^
In file included from /usr/include/openssl/x509.h:107:0,
…
-
Hey there.
I am urgently trying to get a Websocket client working in PHP...and it is starting to pain my head - last solution, native module. So I have seen how people wrote "bindings to native libra…
-
Hi!
Safari 5.1 still only supports draft 76 and there is seemingly no planned support for RFC 6455 in Safari 6 either.
Consequenty WebSocket-node apps don't work.
Just out of curiosity, how much …
-
hi again;
i'm testing websocket but have a problem.
my module code:
```
exports.install = function(framework) {
framework.websocket("/", socket, ["json"]);
}
function socket(controller, f…