method
Server.closeIdleConnections
Close every connection that is not currently sending a request or waiting for a response, without stopping the server.
In-flight requests and open WebSockets are untouched, and the server keeps accepting new connections.
@returns
The number of connections that were closed.