-
by **opennota**:
RFC 6455 states, that Ping frame payload is optional:
https://tools.ietf.org/html/rfc6455#section-5.5.2:
A Ping frame MAY include "Application data".
However, t…
-
by **aicommander**:
What steps will reproduce the problem?
0. Open a WebSocket which will be connected to Internet Explorer 11
1. Call WebSocket.Receive() without providing any data to receive
2. Wai…
-
Are there any ways to deal with it?
EV: error in callback (ignoring): Payload is too big. Send shorter messages or increase max_payload_size at /usr/local/lib/perl5/site_perl/5.16/Protocol/WebSocke…
-
I can't produce clean closes (callback calls). Not when close is client initiated and not when close is server initiated.
Here is my findings so far:
When calling close SR_CLOSING is set as the read…
-
This is probably more of a question, but doesn't this lack congestion control?
If client or server side is not able to keep with with processing of data then the only option is to stop reading from t…
-
Non-fatal Exception: com.neovisionaries.ws.client.WebSocketException: The end of the stream has been reached unexpectedly.
at com.neovisionaries.ws.client.WebSocketInputStream.readBytes(WebSock…
-
I created WebSocket Logo and I already optimized it.
Feel free to futher optimize it if you may.
Instead of link I just pasted it here as code (as it's only 317 bytes)
`#a{fill:#202020;stroke:#202020…
Fylax updated
8 years ago
-
I'm trying to use Sente in AJAX fallback mode over satellite link and I'm experiencing severe difficulties. Sente is trying to deliver any given message for less then a second and if it fails, it drop…
-
by **Jens.Alfke**:
The WebSocket hander rejects an incoming connection if the HTTP request does not include
an "Origin" header. This is contrary to the spec; the Origin header is only
neces…
-
I got an issue and debugged it "socket was getting disconnected due to the fact the library is trying to read incoming frame which might not have any bytes available".
Easy proposed solution: Followi…