-
-
Notifications
You must be signed in to change notification settings - Fork 518
Conversation
Update module rs/zerolog to v1.19.0
Generated by renovateBot
Code from dtls
Codecov Report
@@ Coverage Diff @@
## master #279 +/- ##
==========================================
- Coverage 25.67% 24.14% -1.54%
==========================================
Files 38 38
Lines 2968 2978 +10
==========================================
- Hits 762 719 -43
- Misses 2074 2123 +49
- Partials 132 136 +4
Continue to review full report at Codecov.
|
L_CLOSE: | ||
for { | ||
select { | ||
case c := <-l.acceptCh: |
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.
What is the point of the select and break to label here instead of just waiting on the channel read?
@@ -356,8 +356,8 @@ github.com/xtaci/lossyconn v0.0.0-20200209145036-adba10fffc37/go.mod h1:HpMP7DB2 | |||
github.com/zenazn/goji v0.9.0/go.mod h1:7S9M489iMyHBNxwZnk9/EHS098H4/F6TATF2mIxtB1Q= | |||
go.etcd.io/bbolt v1.3.2 h1:Z/90sZLPOeCy2PwprqkFa25PdkusRzaj9P8zm/KNyvk= | |||
go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= | |||
go.etcd.io/etcd v3.3.4+incompatible h1:XtjpOPpV0r9nDCHbfY+DbscPUj2dFSg3yu2HDHWkj/M= |
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.
I downgraded to avoid this issue: etcd-io/etcd#11931
I think if we can upgrade to v3.4 then it is solved
Description
update udp
code form dtls
concurrently read and accept UDP packet
some other update commits