good morning!!!!
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
websocket
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open
websocket
Graph
48fda669bf2652b1f194b9764fcee84ffe916931
Select Git revision
Branches
3
dev
docs
master
default
protected
Tags
20
v1.10.0
v1.9.1
v1.9.2
v1.9.0
v1.8.7
v1.8.6
v1.8.5
v1.8.4
v1.8.3
v1.8.2
v1.8.1
v1.8.0
v1.7.4
v1.7.3
v1.7.2
v1.7.1
v1.7.0
v1.6.5
v1.6.4
v1.6.3
23 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
5
Oct
4
29
Sep
28
27
26
25
24
23
22
21
20
19
8
6
5
4
3
2
1
31
Aug
30
29
28
22
21
20
18
16
15
6
24
Jul
23
20
19
12
3
1
27
Jun
23
22
20
13
12
11
10
7
5
4
3
2
1
31
May
30
29
30
Apr
29
28
27
26
25
24
21
20
19
18
17
16
15
13
12
10
9
7
6
4
3
31
Mar
30
29
15
Merge pull request #159 from nhooyr/close
Update docs for CloseStatus
Add CloseStatus
Merge pull request #158 from nhooyr/ts
Update docs and remove separate wasm CI step
Switch CI to Typescript
Merge pull request #157 from nhooyr/artifact
Upload coverage.html from test.sh as an artifact
Merge pull request #156 from nhooyr/improve-rand
Improve usage of math/rand versus crypto/rand
Fix broken rm in ci/test.sh
Simplify test.sh script
Merge pull request #155 from nhooyr/fixes
v1.6.5
v1.6.5
Remove autogenerated and testing files from coverage
Fix WASM Subprotocol selection
Improve comparison to gorilla
Allow codecov patch status to fail
Fix race in wasm test
Remove fifo from wasm.sh
v1.6.4
v1.6.4
More status code godoc improvements
Improve status code godoc further
Improve StatusCode godoc
Improve godoc for status codes
Rename readClosed to isReadClosed
Merge pull request #154 from nhooyr/fix-atomic
Remove atomic integer loads and stores in favour of atomic.Value
Fix unaligned 64 bit atomic loads on 32 bit platforms
Invert if to the more consistent style
Link to comparison table in gorilla/websocket
README.md: nhooyr/websocket -> nhooyr.io/websocket
Mention how mature gorilla/websocket is in comparison
Merge pull request #148 from nhooyr/fix-review
v1.6.3
v1.6.3
Ensure message order with a buffer
Fixes from @albrow's Wasm review
Merge pull request #147 from nhooyr/doc
Cleanup README language
Rename frame_string.go to frame_stringer.go
Merge pull request #146 from nhooyr/more-wasm
v1.6.2
v1.6.2
Implement more of the API for WASM
Allow concurrent access NetConn wrapper reading
v1.6.1
v1.6.1
Loading