You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deprecation: TelnetReader.close and TelnetReader.connection_closed emit
warning, use at_eof() and feed_eof() instead.
deprecation: the loop argument are is no longer accepted by TelnetReader.
enhancement: Add Generic Mud Communication Protocol support :ghissue:63 by @gtaylor!
change: TelnetReader and TelnetWriter no longer derive from asyncio.StreamReader and asyncio.StreamWriter, this fixes some TypeError
in signatures and runtime