-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
websocket: Add nhooyr.io/websocket to the deprecation message #51
Conversation
This PR (HEAD: 3ca4485) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/net/+/193217 to see it. Tip: You can toggle comments from me using the |
This PR (HEAD: f4b28d6) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/net/+/193217 to see it. Tip: You can toggle comments from me using the |
This PR (HEAD: b0f7beb) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/net/+/193217 to see it. Tip: You can toggle comments from me using the |
This PR (HEAD: dedba0f) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/net/+/193217 to see it. Tip: You can toggle comments from me using the |
Message from Brad Fitzpatrick: Patch Set 6: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/193217. |
nhooyr.io/websocket is another actively maintained and featureful library. Updates #18152
This PR (HEAD: 0ae267b) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/net/+/193217 to see it. Tip: You can toggle comments from me using the |
Message from Anmol Sethi: Patch Set 7:
Fixed. Please don’t reply on this GitHub thread. Visit golang.org/cl/193217. |
My library is a well maintained alternative as well and is easier to transition to thanks to the [NetConn](https://godoc.org/nhooyr.io/websocket#NetConn) wrapper. Updates golang/go#18152 Change-Id: Iff9addebcee4f39dbd9f015d0fbe7613e4ee45dd GitHub-Last-Rev: 0ae267b GitHub-Pull-Request: #51 Reviewed-on: https://go-review.googlesource.com/c/net/+/193217 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This PR is being closed because golang.org/cl/193217 has been merged. |
My library is a well maintained alternative as well and is easier to transition to thanks to the NetConn wrapper.
Updates golang/go#18152