update wisp server, fix some memory issues

This commit is contained in:
ading2210 2024-06-30 23:14:44 -07:00
parent 8ac0f40896
commit 11795d2772
8 changed files with 57 additions and 46 deletions

View file

@ -14,7 +14,7 @@ fi
source $SERVER_PATH/.venv/bin/activate
if ! python3 -c "import websockets, asyncudp" 2> /dev/null; then
pip3 install -r $SERVER_PATH/requirements.txt
pip3 install -e $SERVER_PATH
fi
python3 $SERVER_PATH/main.py "$@"
python3 -m wisp.server "$@"

@ -1 +1 @@
Subproject commit 351682f7e19c8a7a58d261ba666abaae95f04f6a
Subproject commit b7cfab072b04dbd4345aedaf5e47c9e0d57ab873