Dhanush

Results 26 comments of Dhanush

hi @marcoaltomonte. Made the sleep customizable to avoid this issue. ```python client.handle_all(udp_client, sleep=1) ``` Please check out this in new update

Will [this](https://stackoverflow.com/questions/48715058/how-should-i-handle-above-the-range-u0000-uffff-allowed-by-tcl) help?

@ChopsKingsland There is an option for this also. You can use events that are in the example codes. You can try this simple [example](https://github.com/sinricpro/python-examples/blob/master/pro_switch_example/app.py)

It's because sinricpro lib uses asyncio. Which runs on the single-event loop. So running pygame and sinricpro on main thread is not a good idea. You need to run them...

@kakopappa Yes, maybe this weekend . It can be tested

Hey I am working on this. It requires full reconfiguration Might take some more time.