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
--- FAIL: Test_ConnManager (0.06s) conns_test.go:125: rate 1.000 KB/s conns_test.go:136: Error Trace: conns_test.go:136 Error: Not equal: expected: 1 actual : 2 Test: Test_ConnManager
The text was updated successfully, but these errors were encountered:
是统计连接节点数量的bug, 这个函数计算的不够准确,在libp2p中会有一个节点中存在多个连接的情况。即一个peer 下存在多个conn
Sorry, something went wrong.
fix issue 33cn#1082
164f2e3
fix issue #1082
6026e71
No branches or pull requests
--- FAIL: Test_ConnManager (0.06s)
conns_test.go:125: rate 1.000 KB/s
conns_test.go:136:
Error Trace: conns_test.go:136
Error: Not equal:
expected: 1
actual : 2
Test: Test_ConnManager
The text was updated successfully, but these errors were encountered: