mirror of
https://github.com/ading2210/libcurl.js.git
synced 2025-05-13 14:30:02 -04:00
update wisp server, fix some memory issues
This commit is contained in:
parent
8ac0f40896
commit
11795d2772
8 changed files with 57 additions and 46 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue