Telnet.read_eager()
Read readily available data.
Raise EOFError
if connection closed and no cooked data available. Return b''
if no cooked data available otherwise. Do not block unless in the midst of an IAC sequence.
Telnet.read_eager()
Read readily available data.
Raise EOFError
if connection closed and no cooked data available. Return b''
if no cooked data available otherwise. Do not block unless in the midst of an IAC sequence.
Please login to continue.