Skip to content
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

chore: add a TODO about removing the callback in Conn.AsyncWrite with UDP #494

Merged
merged 1 commit into from
Aug 18, 2023

Conversation

panjf2000
Copy link
Owner

Also, eliminate the defer for callback in Conn.AsyncWrite with UDP

… UDP

Also eliminate the defer for callback in Conn.AsyncWrite with UDP
@codecov
Copy link

codecov bot commented Aug 18, 2023

Codecov Report

Patch coverage: 66.66% and project coverage change: +0.03% 🎉

Comparison is base (b41addd) 77.04% compared to head (9cdccfb) 77.08%.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #494      +/-   ##
==========================================
+ Coverage   77.04%   77.08%   +0.03%     
==========================================
  Files          25       25              
  Lines        2453     2457       +4     
==========================================
+ Hits         1890     1894       +4     
  Misses        429      429              
  Partials      134      134              
Flag Coverage Δ
unittests 77.08% <66.66%> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
connection_unix.go 71.56% <66.66%> (+0.35%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@panjf2000 panjf2000 merged commit 89672dc into dev Aug 18, 2023
33 of 34 checks passed
@panjf2000 panjf2000 deleted the opt-asyncwrite branch August 18, 2023 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant