Closed
Description
actix-net/actix-server/src/socket.rs
Line 137 in 4f2910c
Hi, in my project just found that, when server is restarting, but clients is still always retry connect.
In server, get in accept fuc before WorkerAvailability, so it check all worker is not available in accept_one then into backpressure, cleanup file path.
though WorkerAvailability soon, but client can not request anymore.
is that a bug or some configure need to set?