• Stefy Lanza (nextime / spora )'s avatar
    Fix PyInstaller build issues and asyncio warnings · 4b9d65f3
    Stefy Lanza (nextime / spora ) authored
    - 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
    4b9d65f3
Name
Last commit
Last update
..
__init__.py Loading commit data...
__main__.py Loading commit data...
config.py Loading commit data...
server.py Loading commit data...
terminal.py Loading commit data...
web.py Loading commit data...
websocket.py Loading commit data...