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
It looks like the issue is the threads that wait for connections:
2024-11-16T16:12:18.529285Z INFO actix_server::server: SIGINT received; starting forced shutdown
2024-11-16T16:12:18.529433Z INFO actix_server::worker: shutting down idle worker
2024-11-16T16:12:18.529504Z INFO actix_server::worker: shutting down idle worker
2024-11-16T16:12:18.529488Z INFO actix_server::worker: shutting down idle worker
2024-11-16T16:12:18.529552Z INFO actix_server::worker: shutting down idle worker
2024-11-16T16:12:18.529564Z INFO actix_server::worker: shutting down idle worker
2024-11-16T16:12:18.529588Z INFO actix_server::worker: shutting down idle worker
2024-11-16T16:12:18.529487Z INFO actix_server::worker: shutting down idle worker
2024-11-16T16:12:18.529473Z DEBUG actix_server::accept: paused accepting connections on 127.0.0.1:20000
2024-11-16T16:12:18.529724Z INFO actix_server::accept: accept thread stopped
2024-11-16T16:12:18.529558Z INFO actix_server::worker: shutting down idle worker
2024-11-16T16:12:18.529638Z INFO actix_server::worker: shutting down idle worker
2024-11-16T16:12:18.529498Z INFO actix_server::worker: shutting down idle worker
2024-11-16T16:12:19.255112Z INFO mpc_node::p2p: Waiting for connection to 3: invalid remote address: [::1]:10003
2024-11-16T16:12:19.255504Z INFO mpc_node::p2p: Waiting for connection to 1: invalid remote address: [::1]:10001
2024-11-16T16:12:19.256605Z INFO mpc_node::p2p: Waiting for connection to 2: invalid remote address: [::1]:10002
2024-11-16T16:12:19.257208Z INFO mpc_node::p2p: Waiting for connection to 0: invalid remote address: [::1]:10000
2024-11-16T16:12:20.260504Z INFO mpc_node::p2p: Waiting for connection to 0: invalid remote address: [::1]:10000
2024-11-16T16:12:20.260417Z INFO mpc_node::p2p: Waiting for connection to 2: invalid remote address: [::1]:10002
2024-11-16T16:12:20.262835Z INFO mpc_node::p2p: Waiting for connection to 1: invalid remote address: [::1]:10001
2024-11-16T16:12:20.262835Z INFO mpc_node::p2p: Waiting for connection to 3: invalid remote address: [::1]:10003
2024-11-16T16:12:21.263495Z INFO mpc_node::p2p: Waiting for connection to 0: invalid remote address: [::1]:10000
2024-11-16T16:12:21.264945Z INFO mpc_node::p2p: Waiting for connection to 1: invalid remote address: [::1]:10001
2024-11-16T16:12:21.266029Z INFO mpc_node::p2p: Waiting for connection to 2: invalid remote address: [::1]:10002
2024-11-16T16:12:21.266879Z INFO mpc_node::p2p: Waiting for connection to 3: invalid remote address: [::1]:10003
2024-11-16T16:12:22.268796Z INFO mpc_node::p2p: Waiting for connection to 1: invalid remote address: [::1]:10001
2024-11-16T16:12:22.270246Z INFO mpc_node::p2p: Waiting for connection to 0: invalid remote address: [::1]:10000
2024-11-16T16:12:22.270804Z INFO mpc_node::p2p: Waiting for connection to 2: invalid remote address: [::1]:10002
2024-11-16T16:12:22.270961Z INFO mpc_node::p2p: Waiting for connection to 3: invalid remote address: [::1]:10003
The text was updated successfully, but these errors were encountered:
It looks like the issue is the threads that wait for connections:
The text was updated successfully, but these errors were encountered: