-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat(udp_socket): add multiple receive variants with/without path information to avoid allocating memory #92
Conversation
|
0c54c52
to
8e6d704
Compare
Suggestion: The function name is a bit of a mouthful. I would suggest making the default variant not return the path and use the following convention from tokio:
or similar. |
Sounds good, I'll change the naming and add the two missing functions. |
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.
Looks good!
Depends on #91
Closes #76