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
Describe the bug (描述bug) 按照endpoint.md中的描述对官方示例中的echo_server和echo_client 使用./echo_client -server='[::1]:8080' ./echo_server -listen_addr='[::0]:8080' client始终无法连接
To Reproduce (复现方法) 按示例即可复现
Expected behavior (期望行为)
Versions (各种版本) OS:Ubuntu 20.04.6 LTS Compiler: brpc:1.11.0 protobuf:3.6.1
Additional context/screenshots (更多上下文/截图)
The text was updated successfully, but these errors were encountered:
./echo_server -listen_addr='[::0]:8080' 你的这个不是一个合法的ipv6地址吧
Sorry, something went wrong.
No branches or pull requests
Describe the bug (描述bug)
按照endpoint.md中的描述对官方示例中的echo_server和echo_client 使用./echo_client -server='[::1]:8080' ./echo_server -listen_addr='[::0]:8080' client始终无法连接
To Reproduce (复现方法)
按示例即可复现
Expected behavior (期望行为)
Versions (各种版本)
OS:Ubuntu 20.04.6 LTS
Compiler:
brpc:1.11.0
protobuf:3.6.1
Additional context/screenshots (更多上下文/截图)
The text was updated successfully, but these errors were encountered: