-
-
Notifications
You must be signed in to change notification settings - Fork 252
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
SocketHeld::new
refactor
#294
Conversation
✅ Deploy Preview for robyn canceled.
|
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.
Oh wow!
@Jamyw7g , I didn't realise this was still in draft. |
@sansyrox I want to make it support both ipv4 and ipv6. I will submit a new commit. |
Okay @Jamyw7g , lmk whenever it is up for review. |
That's all. |
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. Just need to verify it on a windows machine.
Great work! ❇️
@guilefoylegaurav , I am unable to add you as a reviewer idk why. Can you please have a look? Thank you again 😄 |
Np, @sansyrox - I have examined the PR. I have merged this PR branch into one reflecting main, in my local Windows machine and ran tests.
LGTM!
|
Thanks @guilefoylegaurav 😄 |
* `SocketHeld::new` refactor * Support both ipv4 and ipv6
Description
Reduce
SocketHeld::new
verbose code. And make it support both ipv4 and ipv6.