feat: TCP Client Server Half Duplex Communication#853
feat: TCP Client Server Half Duplex Communication#853ayaankhan98 merged 34 commits intoTheAlgorithms:masterfrom NVombat:master
Conversation
ayaankhan98
left a comment
There was a problem hiding this comment.
please revert .vscode/settings.json
|
I had deleted the folder by mistake. I restored the deletion and then pushed the file back into the repository. Will That be fine? |
Panquesito7
left a comment
There was a problem hiding this comment.
Also fix these warnings, please.
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
Panquesito7
left a comment
There was a problem hiding this comment.
Please enable GitHub Actions in your repository of this fork in this link: https://github.com/NVombat/C/actions
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
|
Are there any other changes that need to be made ? |
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
|
I updated all comment formatting to be uniform. |
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
Co-authored-by: David Leal <halfpacho@gmail.com>
Panquesito7
left a comment
There was a problem hiding this comment.
Amazing work, @NVombat! It's been great to be your first contribution here! We hope you keep contributing! 😄👍🎉
|
Thank you! Will contribute more for sure! |
|
@Amino19, would you like to review this PR? Thanks. 🙂 @ayaankhan98 and @mishraabhinn, please wait until @Amino19 reviews this PR. |
aminoxix
left a comment
There was a problem hiding this comment.
@NVombat: Thanks for your contributions in The Algorithms!
LGTM! 🥳
@Panquesito7: Pl take this to your end! : )
Description of Change
Added the server and client code for half duplex TCP communication. Ran the code to make sure it compiles and runs successfully. Commented the code and followed contributing guidelines.
References
Implements Half Duplex Communication for #852
Checklist
Notes: