[Listener] Network error may cause unwanted CPU usage
Opened this issue · 0 comments
progval commented
Hello,
In the run() method of ListenerThread, there is no time.sleep(); so, if an IOError is raised each time the try block is runned, it would use the CPU at 100% until self.active goes to false.
Best regards,
ProgVal