Open Alex6323 opened 2 years ago
If you close the dashboard then after a certain timeout period finally this happens and the node shuts down:
2022-03-03 08:54:29 (UTC) warp::filters::ws DEBUG websocket poll error: IO error: Connection timed out (os error 110)
2022-03-03 08:54:29 (UTC) bee_node::plugins::dashboard::websocket ERROR websocket error(uid=9): IO error: Connection timed out (os error 110)
2022-03-03 08:54:29 (UTC) bee_node::plugins::dashboard::websocket DEBUG User 9 disconnected.
2022-03-03 08:54:29 (UTC) warp::filters::ws DEBUG websocket poll error: IO error: Connection timed out (os error 110)
2022-03-03 08:54:29 (UTC) bee_node::plugins::dashboard::websocket ERROR websocket error(uid=2): IO error: Connection timed out (os error 110)
2022-03-03 08:54:29 (UTC) bee_node::plugins::dashboard::websocket DEBUG User 2 disconnected.
2022-03-03 08:54:29 (UTC) warp::filters::ws DEBUG websocket poll error: IO error: Connection timed out (os error 110)
2022-03-03 08:54:29 (UTC) warp::filters::ws DEBUG websocket poll error: IO error: Connection timed out (os error 110)
2022-03-03 08:54:29 (UTC) bee_node::plugins::dashboard::websocket ERROR websocket error(uid=13): IO error: Connection timed out (os error 110)
2022-03-03 08:54:29 (UTC) bee_node::plugins::dashboard::websocket DEBUG User 13 disconnected.
2022-03-03 08:54:29 (UTC) warp::filters::ws DEBUG websocket poll error: IO error: Connection timed out (os error 110)
2022-03-03 08:54:29 (UTC) bee_node::plugins::dashboard::websocket ERROR websocket error(uid=16): IO error: Connection timed out (os error 110)
2022-03-03 08:54:29 (UTC) bee_node::plugins::dashboard::websocket DEBUG User 16 disconnected.
2022-03-03 08:54:29 (UTC) warp::filters::ws DEBUG websocket poll error: IO error: Connection timed out (os error 110)
2022-03-03 08:54:29 (UTC) bee_node::plugins::dashboard::websocket ERROR websocket error(uid=11): IO error: Connection timed out (os error 110)
2022-03-03 08:54:29 (UTC) bee_node::plugins::dashboard::websocket DEBUG User 11 disconnected.
2022-03-03 08:54:29 (UTC) warp::filters::ws DEBUG websocket poll error: IO error: Connection timed out (os error 110)
2022-03-03 08:54:29 (UTC) bee_node::plugins::dashboard::websocket ERROR websocket error(uid=5): IO error: Connection timed out (os error 110)
2022-03-03 08:54:29 (UTC) bee_node::plugins::dashboard::websocket DEBUG User 5 disconnected.
2022-03-03 08:54:29 (UTC) warp::filters::ws DEBUG websocket poll error: IO error: Connection timed out (os error 110)
2022-03-03 08:54:29 (UTC) bee_node::plugins::dashboard::websocket ERROR websocket error(uid=3): IO error: Connection timed out (os error 110)
2022-03-03 08:54:29 (UTC) bee_node::plugins::dashboard::websocket DEBUG User 3 disconnected.
2022-03-03 08:54:29 (UTC) warp::filters::ws DEBUG websocket poll error: IO error: Connection timed out (os error 110)
2022-03-03 08:54:29 (UTC) bee_node::plugins::dashboard::websocket ERROR websocket error(uid=10): IO error: Connection timed out (os error 110)
2022-03-03 08:54:29 (UTC) bee_node::plugins::dashboard::websocket DEBUG User 10 disconnected.
2022-03-03 08:54:29 (UTC) warp::filters::ws DEBUG websocket poll error: IO error: Connection timed out (os error 110)
2022-03-03 08:54:29 (UTC) bee_node::plugins::dashboard::websocket ERROR websocket error(uid=4): IO error: Connection timed out (os error 110)
2022-03-03 08:54:29 (UTC) bee_node::plugins::dashboard::websocket DEBUG User 4 disconnected.
2022-03-03 08:54:29 (UTC) bee_node::plugins::dashboard::websocket ERROR websocket error(uid=8): IO error: Connection timed out (os error 110)
2022-03-03 08:54:29 (UTC) bee_node::plugins::dashboard::websocket DEBUG User 8 disconnected.
Why does it create so many users in the first place?
Bug description
Rust version
rustc 1.57.0 (f1edd0429 2021-11-29)
VPS