-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
pex create secret connection error and report EOF error #2763
Comments
We are going to fix in our repo. I can put an pr by the way |
@ebuchman Could you have a look about thins issue, thks. |
Why should it happen in sequence? I'm not sure the handshake structure is the actual issue here since it works properly in most cases. That error message might take a bit more digging, but maybe I'm missing something? |
Yes, you can close this. |
I turn off seed_mode and the problem still exists. Error message like this:
|
It it because of Elb health check.... |
master branch ,my full node connected to seed node, and report
The problem in
p2p/conn/secret_connection.go
, the two handshake task is running in parallel, while it should happend in sequence. And functionUnmarshalBinaryLengthPrefixedReader
do not block while there is no message from connection.The source code:
The text was updated successfully, but these errors were encountered: