Skip to content

Commit db79f72

Browse files
committed
Update README.md
1 parent 9fdcb5d commit db79f72

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,15 @@ go get nhooyr.io/websocket
2929

3030
## Roadmap
3131

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)
3236
- [ ] 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)
3439
- [ ] 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
3541
- [ ] HTTP/2 [#4](https://github.com/nhooyr/websocket/issues/4)
3642
- [ ] The holy grail [#402](https://github.com/nhooyr/websocket/issues/402)
3743

0 commit comments

Comments
 (0)