python-osc icon indicating copy to clipboard operation
python-osc copied to clipboard

cann't close osc server/py script

Open high-solutions opened this issue 3 years ago • 0 comments

i can't seem to stop the threading server from within python.

I would like to make a osc command to stop the python script/receveing threading server but the server keeps running and responding

tried: exit() sys.exit() subprocess.run(pkill "the python script")

only ctrl+c works if the script runs in the foreground, but i want to stop it with osc from wherever, also if it runs on the background

high-solutions avatar Nov 04 '22 00:11 high-solutions