-
Notifications
You must be signed in to change notification settings - Fork 557
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
refactor(client): remove goroutine synchronization in DoDeadline #681
Conversation
db1d596
to
952667c
Compare
e7c3da3
to
7e69b7a
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #681 +/- ##
===========================================
- Coverage 74.30% 74.18% -0.13%
===========================================
Files 96 96
Lines 9392 9433 +41
===========================================
+ Hits 6979 6998 +19
- Misses 1982 1999 +17
- Partials 431 436 +5
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
a372aba
to
294b6cb
Compare
e4a599d
to
ebbce6d
Compare
0d0588d
to
2d8c0ca
Compare
2d8c0ca
to
d0b1f98
Compare
5991377
to
447314d
Compare
447314d
to
cb3ed7f
Compare
What type of PR is this?
refactor
Check the PR title.
(Optional) Translate the PR title into Chinese.
去除 DoDeadline 中的 goroutine 同步
(Optional) More detail description for this PR(en: English/zh: Chinese).
en: Refactor client.DoDeadline, control the timeout through dialtimeout, writetimeout, readtimeout, reduce the number of goroutines and copies
zh(optional): 重构 client.DoDeadline,通过 dialtimeout、writetimeout、readtimeout 控制超时,减少协程和拷贝数量
Which issue(s) this PR fixes: