-
```
Recursive lock attempt #.
[Condition of type SIMPLE-ERROR]
Restarts:
0: [ABORT] abort thread (#)
Backtrace:
0: (SB-THREAD::%TRY-MUTEX # #)
1: (SB-THREAD:GRAB-MUTEX # :WAITP T :T…
-
Hi,
im wondering why the following lines
https://github.com/daltoniam/Starscream/blob/6dc9cdffbc61aef0ccc3e183d796f3251c8ce603/Source/WebSocket.swift#L805-L807
assume that a close code of `1…
-
Related to #1165
This would make the Node installation process look like:
``` sh
$ sudo apt-add-repository # If we make this line go away that's a bonus.
$ sudo apt-get install node-grpc
$ node
>…
-
TestSuite currently fails my library because it does not reject the following codes:
- 1004
- 1012
- 1013
- 1014
- 1016
- 1100
- 2000
- 2999
The rationale, I assume, is that anything reserved and not…
-
Discussion on slack is at #p2p-network
[Websockets](https://en.wikipedia.org/wiki/WebSocket) are long living network data stream connections. ([RFC 6455](http://www.rfc-base.org/rfc-6455.html))
…
-
According to [RFC 6455](https://tools.ietf.org/html/rfc6455#section-11.3.5) the correct header for specifying the web socket version is `Sec-WebSocket-Version`, instead of `Sec-Websocket-Version` as i…
pjvds updated
6 years ago
-
As per the [WSE Spec](https://github.com/k3po/k3po/blob/develop/specification/wse/SPEC.md#server-handshake-requirements),
`the HTTP handshake response header X-WebSocket-Version MUST have the value ws…
-
tornado.httputil._NormalizedHeaderCache class convert Sec-WebSocket-Key and Sec-WebSocket-Version headers to Sec-Websocket-Key and Sec-Websocket-Version (s in Websocket is lowercase).
So some servers…
-
### What version of Go are you using (`go version`)?
`go version go1.7.4 linux/amd64`
### What operating system and processor architecture are you using (`go env`)?
```
GOARCH="amd64"
GOBIN…
-
Hi,
Unsure if this is a problem with celluloid-websocket-client, celluloid-io or reel, so posting both to the first and last one in this list for now... (will add corresponding issue ref here shortly…