write_eof()
Close the write end of the transport after flushing buffered data. Data may still be received.
This method can raise NotImplementedError
if the transport (e.g. SSL) doesn’t support half-closes.
write_eof()
Close the write end of the transport after flushing buffered data. Data may still be received.
This method can raise NotImplementedError
if the transport (e.g. SSL) doesn’t support half-closes.
Please login to continue.