We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cdcc5e commit edbaaebCopy full SHA for edbaaeb
README.md
@@ -60,6 +60,9 @@ http.HandlerFunc(func (w http.ResponseWriter, r *http.Request) {
60
61
### Client
62
63
+The client side of this library requires at minimum Go 1.12 as it uses a [new feature
64
+in net/http](https://github.com/golang/go/issues/26937#issuecomment-415855861) to perform WebSocket handshakes.
65
+
66
```go
67
ctx, cancel := context.WithTimeout(context.Background(), time.Minute)
68
defer cancel()
0 commit comments