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

I want to receive 1 values 1 second continuously.

Open ambuje opened this issue 6 years ago • 0 comments

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

ambuje avatar Jul 19 '19 05:07 ambuje