Quote:
Originally Posted by capink
I tried QTimer.singleShot(0, ...) and for some reason it is not working (print() returns the name of the device during the disconnect event.). I started playing with timeout value and found that QTimer.singleShot(5000, ...) works. I will add this to next release (I should have one later tonight or tomorrow). However, I am not sure this will solve the problem if it occurs outside the action chains disconnect event.
|
A fix is in calibre source now. Try that before you change anything.