Skip to content

Instantly share code, notes, and snippets.

@zehome
Created September 24, 2019 07:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zehome/8dbdc7882732f57b4eaf725b7286f6ae to your computer and use it in GitHub Desktop.
Save zehome/8dbdc7882732f57b4eaf725b7286f6ae to your computer and use it in GitHub Desktop.
#!/usr/bin/env python3
import asyncio
async def main():
reader, writer = await asyncio.open_connection('localhost', 5556)
if crash:
pass
asyncio.run(main(), debug=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment