Closed skrchnavy closed 7 years ago
Looks good to me. Is this ready to merge ?
Need to test on linux and I am not sure if KeyboardInterrupt is handled properly (if it shall not rethrow the exception.
KeyboardInterrupt is reraised. Also timeout is calculated as float to catch miliseconds properly (1900 ms was handled as 1 sec not 1.9 sec).
ready for final review / merge
Minor things I would like to see fixed before merging. Please note that I will be away next week.
Looks good ! Triggering bors
bors r+
tcpip handler was blocking in select.
this implementation waits for data for
timeout
seconds when in loop for first time, then polls in 0.01 sec interval. (sleep removed).This shall solve #61