python main.py
docker compose up
- CTRL+C does not terminate socket listener on Windows.
- Use
tasklist
to find the python PID andtaskkill /pid <PID> /f
to terminate the program
- Use
python main.py
docker compose up
tasklist
to find the python PID and taskkill /pid <PID> /f
to terminate the program