AlexStocks commented on code in PR #158:
URL:
https://github.com/apache/dubbo-go-pixiu-samples/pull/158#discussion_r3369323487
##########
dubbogo/simple/traffic/server/app/main.go:
##########
@@ -25,15 +25,23 @@ import (
)
func main() {
- routers := []string{"/user", "/user/pixiu", "/prefix", "/health"}
+ go startServer(":1315", "v1")
Review Comment:
1 WaitGroup 处理下并行,包括 select {}
2 1315 1316 1317 端口不能写死
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]