We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bidirectional/server/server.go 在这个示例中,这个代码是不是没有用处? 35和36行.这个是不是多余的?
rpcx-examples/bidirectional/server/server.go
Lines 35 to 36 in 9dc5af2
The text was updated successfully, but these errors were encountered:
bidirectional/server/server.go 在这个示例中,这个代码是不是没有用处? 35和36行.这个是不是多余的? rpcx-examples/bidirectional/server/server.go Lines 35 to 36 in 9dc5af2 ln, _ := net.Listen("tcp", ":9981") go http.Serve(ln, nil)
嗯,没什么用处,可以去掉
Sorry, something went wrong.
No branches or pull requests
bidirectional/server/server.go
在这个示例中,这个代码是不是没有用处?
35和36行.这个是不是多余的?
rpcx-examples/bidirectional/server/server.go
Lines 35 to 36 in 9dc5af2
The text was updated successfully, but these errors were encountered: