-
Notifications
You must be signed in to change notification settings - Fork 70
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
Improve/delte handle loop #61
Improve/delte handle loop #61
Conversation
benchmark/client/main.go
Outdated
_, _, err := Session.WritePkg(msg, WritePkgTimeout) | ||
if err != nil { | ||
log.Printf("Err:session.WritePkg(session{%s}, error{%v}", Session.Stat(), err) | ||
Session.Close() |
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.
should it create new session if error happens?
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.
我觉得这里不应该关闭才对。
@georgehao pls fix ci. |
…-getty into improve/delte-handleLoop
Codecov Report
@@ Coverage Diff @@
## improve/delte-handleLoop #61 +/- ##
=========================================================
Coverage 66.74% 66.74%
=========================================================
Files 8 8
Lines 1260 1260
=========================================================
Hits 841 841
Misses 326 326
Partials 93 93
Continue to review full report at Codecov.
|
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.
approved these changes
What this PR does:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: