abort()
Close the transport immediately, without waiting for pending operations to complete. Buffered data will be lost. No more data will be received. The protocol’s connection_lost()
method will eventually be called with None
as its argument.
Please login to continue.