websocket icon indicating copy to clipboard operation
websocket copied to clipboard

Package gorilla/websocket is a fast, well-tested and widely used WebSocket implementation for Go.

Results 88 websocket issues
Sort by recently updated
recently updated
newest added

Fixes # **Summary of Changes** 1. fix some typo 2. modify dependency style(io/ioutil -> io) > PS: Make sure your PR includes/updates tests! If you need help with this part,...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior In the examples, it seems like new read deadline is set...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Commit 666c197fc9157896b57515c3a3326c3f8c8319fe is a huge commit with no useful log message,...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior If the `deadline` argument is `deadline.IsZero()` then 1000 hours are used...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior I am using this repo to work with websocket thing. My...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior in this line https://github.com/gorilla/websocket/blob/ac0789be11725ab2285233e9a3800c2312cff4fc/compression.go#L138 and this line https://github.com/gorilla/websocket/blob/ac0789be11725ab2285233e9a3800c2312cff4fc/conn.go#L1024 ### Expected Behavior...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior After upgrading from websocket 1.5.0 to 1.5.1, my service started regularly...

bug

## What type of PR is this? (check all applicable) - [ ] Refactor - [ ] Feature - [x] Bug Fix - [ ] Optimization - [ ] Documentation...

size/M

## What type of PR is this? (check all applicable) - [ ] Refactor - [ ] Feature - [x] Bug Fix - [ ] Optimization - [ ] Documentation...

size/M

After the connection is upgraded from the HTTP protocol to the WebSocket protocol, the network connection cannot be used for HTTP. The net/http server panics when the application attempts to...

size/XS