python-osc
python-osc copied to clipboard
I want to receive 1 values 1 second continuously.
Hi I want to receive 1 value per second continuously. I tried handle_request with while loop and adding time. Sleep(1) but what it does it keeps on storing the value in its queue and when I stop the streaming it still sends values because the values Keeos on getting in queue. I want to receive 1 value 1 second strictly without adding values in queue