-
Notifications
You must be signed in to change notification settings - Fork 186
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
update this repo's master branch #80
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Imp: use bytes pool in session.go
fix:修正注释中的单词错误
Fix: cpu 100% in session.handleLoop
Fix: inc write package number when err == nil in WritePkg
Add: writev
Add: travis
Fix issue29: skip the log output of EOF error
chore: upgrade go version from 1.14 to 1.20
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20220128215802-99c3d69c2c27 to 0.1.0. - [Commits](https://github.com/golang/sys/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/sys dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…g.org/x/sys-0.1.0 Bump golang.org/x/sys from 0.0.0-20220128215802-99c3d69c2c27 to 0.1.0
fix: when session is closed, no need do OnMessage
bufix: add tlsHandshake timeout to prevent readtimeout cause dead loop
…onnection times exceeds the connection numbers
…eturns-invalid-code fix: closing websocket connection returns invalid status code
fix issue116: limit the reconnect times or duration
…ptured panic to caller
refactor:use named return values for WritePkg method to return the ca…
refactor: error format in WritePkg method
fix issue120 and issue103: add mutex to prevent data race in websocket write message and use named return values for WritePkg method
AlexStocks
reviewed
May 29, 2024
- linux | ||
|
||
go: | ||
- "1.13" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
把 go 版本升级到 1.20 吧,这个太低了
AlexStocks
reviewed
May 29, 2024
@@ -0,0 +1,17 @@ | |||
# Release Notes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dubbo-getty 的内容不要带过来
这个 PR 迈开的步子太大了,你参照 #79 重新提交下 |
ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What this PR does:
update this repo's master branch, keep it same with the "apache/getty" repo
Which issue(s) this PR fixes:
Fixes #
NONE
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
NONE