You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 26, 2022. It is now read-only.
For some reason, reuseport is causing reconnects to be delayed by 15 seconds, at least on localhost on my machine. This, of course, causes the reconnect to fail because our timeout is 5 seconds.
The text was updated successfully, but these errors were encountered:
This might because you can't reuse the port until the TCP connection is actually gone, and not in TIME_WAIT any more. See libp2p/go-reuseport-transport#42 for a more detailed explanation.
For some reason, reuseport is causing reconnects to be delayed by 15 seconds, at least on localhost on my machine. This, of course, causes the reconnect to fail because our timeout is 5 seconds.
The text was updated successfully, but these errors were encountered: