Open
Description
actix-server runs
actix-net/actix-server/src/socket.rs
Lines 74 to 84 in 605ec25
This deregister
function can be called as part of flow control as response to Pause
command
actix-net/actix-server/src/accept.rs
Lines 286 to 292 in 605ec25
When resuming operations, the socket file is gone and clients can not connect to the server anymore.
The cleanup should happen only when connection is closed finally (Stop
command?)