Skip to content

startup scripts to make running easier - #16

Open
JeremyLakeyJr wants to merge 3 commits into
emilycodestar:mainfrom
JeremyLakeyJr:main
Open

startup scripts to make running easier#16
JeremyLakeyJr wants to merge 3 commits into
emilycodestar:mainfrom
JeremyLakeyJr:main

Conversation

@JeremyLakeyJr

@JeremyLakeyJr JeremyLakeyJr commented May 26, 2026

Copy link
Copy Markdown

i find going into python venv a pain so i make some scripts that'll do it for ya and also without TLS, the raw ciphertext and auth handshake were exposed to anyone on the network so i felt adding TLS was needed.

JeremyLakeyJr and others added 3 commits May 25, 2026 21:27
On Windows, asyncio's ProactorEventLoop raises OSError (WinError 64:
'The specified network name is no longer available') from writer.drain()
when the server closes the connection. The input_loop only caught
EOFError, KeyboardInterrupt, and CancelledError, leaving OSError
unhandled and crashing the task.

Also replace deprecated asyncio.get_event_loop() with
asyncio.get_running_loop() for correctness inside a running loop.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant