close()
Stop serving: close listening sockets and set the sockets attribute to None.
The sockets that represent existing incoming client connections are left open.
The server is closed asynchronously, use the wait_closed() coroutine to wait until the server is closed.
Please login to continue.