Fix PyInstaller build issues and asyncio warnings
- Fix missing websockets import in wsssd/server.py causing 'name websockets is not defined' error - Resolve asyncio runtime warnings by properly awaiting cancelled tasks in shutdown handling - Fix global variable sharing issue in frozen application by passing server password as parameter to websocket handler - Improve WebSocket handler signature compatibility with functools.partial for proper function binding - Update CHANGELOG.md and TODO.md with version 1.4.9 changes
Showing
clean.sh~
0 → 100755
wsssd/__init__.py
0 → 100644
wsssd/__main__.py
0 → 100644
wsssd/config.py
0 → 100644
wsssd/server.py
0 → 100644
wsssd/terminal.py
0 → 100644
wsssd/web.py
0 → 100644
wsssd/websocket.py
0 → 100644
This diff is collapsed.
This diff is collapsed.
wssshtools/antani2~
0 → 100644
This diff is collapsed.
Please
register
or
sign in
to comment