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