-
Notifications
You must be signed in to change notification settings - Fork 43
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
Add a tcp chat server implementation example #1435
Add a tcp chat server implementation example #1435
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1435 +/- ##
=========================================
Coverage 83.02% 83.02%
Complexity 215 215
=========================================
Files 22 22
Lines 813 813
Branches 81 81
=========================================
Hits 675 675
Misses 99 99
Partials 39 39 ☔ View full report in Codecov by Sentry. |
Co-authored-by: DimuthuMadushan <[email protected]>
@DimuthuMadushan I have added the changes you have suggested. |
Co-authored-by: Nuvindu Nirmana <[email protected]>
Co-authored-by: Nuvindu Nirmana <[email protected]>
…module-ballerina-tcp into tcp-chat-server-example
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.
Good job! Thank you for your contribution. I have suggested a few minor changes. Can you please check?
Co-authored-by: Thisaru Guruge <[email protected]>
Co-authored-by: Thisaru Guruge <[email protected]>
@ThisaruGuruge I applied the changes you suggested, thanks! |
Quality Gate passedIssues Measures |
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.
LGTM. @DimuthuMadushan @Nuvindu if there are no further comments, let's merge this.
Purpose
Resolves #2094
Examples
Checklist