asyncio.WriteTransport.abort()

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.

doc_python
2016-10-07 17:27:06
Comments
Leave a Comment

Please login to continue.