You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gns3-server/gns3server/utils/asyncio
John Fleming 763ef24108
Address the telnet console bug. Add wait_for for drain() call. If we're stuck on drain then the buffer isn't getting emptied. 5 seconds after drain() blocks, exception will be thrown and client will be removed from connection table and will no longer be a problem.
4 months ago
..
__init__.py Use proc.communicate() when checking for subprocess output 1 year ago
aiozipstream.py Deprecate running with Python 3.5 4 years ago
embed_shell.py Some fixes for early support for Python3.10 3 years ago
input_stream.py Comment unused code that causes issue with flake8 4 years ago
pool.py Fix creating asyncio task in Python 3.6 2 years ago
raw_command_server.py Some fixes for early support for Python3.10 3 years ago
serial.py Drop Python 3.4 and switch to async / await syntax for asyncio. Fixes #1425 6 years ago
telnet_server.py Address the telnet console bug. Add wait_for for drain() call. If we're stuck on drain then the buffer isn't getting emptied. 5 seconds after drain() blocks, exception will be thrown and client will be removed from connection table and will no longer be a problem. 4 months ago