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
All tests in spec/integration/version_handshake_spec.rb bind BN::P2p::Server to port 3333. It's not ensured that the socket opened by a previous test is already closed when the next test starts.
This leads to an error: Errno::EADDRINUSE: Address already in use - bind(2) for "localhost" port 3333
The text was updated successfully, but these errors were encountered:
All tests in
spec/integration/version_handshake_spec.rb
bind BN::P2p::Server to port 3333. It's not ensured that the socket opened by a previous test is already closed when the next test starts.This leads to an error:
Errno::EADDRINUSE: Address already in use - bind(2) for "localhost" port 3333
The text was updated successfully, but these errors were encountered: