File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,15 @@ go get nhooyr.io/websocket
29
29
30
30
## Roadmap
31
31
32
+ See GitHub issues for minor issues but the major future enhancements are:
33
+
34
+ - [ ] Perfect examples [ #217 ] ( https://github.com/nhooyr/websocket/issues/217 )
35
+ - [ ] wstest.Pipe for in memory testing [ #340 ] ( https://github.com/nhooyr/websocket/issues/340 )
32
36
- [ ] Ping pong heartbeat helper [ #267 ] ( https://github.com/nhooyr/websocket/issues/267 )
33
- - [ ] Graceful shutdown helper [ #209 ] ( https://github.com/nhooyr/websocket/issues/209 )
37
+ - [ ] Ping pong instrumentation callbacks [ #246 ] ( https://github.com/nhooyr/websocket/issues/246 )
38
+ - [ ] Graceful shutdown helpers [ #209 ] ( https://github.com/nhooyr/websocket/issues/209 )
34
39
- [ ] Assembly for WebSocket masking [ #16 ] ( https://github.com/nhooyr/websocket/issues/16 )
40
+ - WIP at [ #326 ] ( https://github.com/nhooyr/websocket/pull/326 ) , about 3x faster
35
41
- [ ] HTTP/2 [ #4 ] ( https://github.com/nhooyr/websocket/issues/4 )
36
42
- [ ] The holy grail [ #402 ] ( https://github.com/nhooyr/websocket/issues/402 )
37
43
You can’t perform that action at this time.
0 commit comments