-
Notifications
You must be signed in to change notification settings - Fork 504
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
UDP and TCP clients for testing #448
Conversation
Codecov Report
@@ Coverage Diff @@
## main #448 +/- ##
==========================================
+ Coverage 80.47% 80.69% +0.21%
==========================================
Files 70 70
Lines 8094 8154 +60
==========================================
+ Hits 6514 6580 +66
+ Misses 1222 1218 -4
+ Partials 358 356 -2
Continue to review full report at Codecov.
|
@jxd134 It would be simpler if you include this kind of dummy clients and maybe the echo server modifications to #234, then we could close this PR #448 . |
Get it. |
Close as changes included in #234 |
Add dummy TCP and UDP clients to facilitate reviewing and testing #234.
Dummy TCP test
Simple TCP test case on single machine:
go run example/backend-service/echo/echo.go tcp
go run example/client/tcp_udp.go tcp
Dummy UDP test
go run example/backend-service/echo/echo.go udp
go run example/client/tcp_udp.go udp