-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SyncManager incorrect error reporting #23
Comments
In specific occasions that are quite common, |
Tested this again.
This is not a problem anymore.
If network is disconnected and sync is started, then nothing is reported. You can stare into repeating animation for an infinite amount of time. If cancelled, nothing happens as is should. Also when syncing again, As @DzinVision said, solution could be network timeout. |
It seems that this is an official Qt bug. I think this issue could be closed as we are not going to implement network timeout by ourselves. |
As the issue suggests, we can implement our own timeout that destroys the socket after some time. Thoughts? |
If there is no network and I try to sync wallet, I get connection error, which is correct. But if I connect my computer to the internet and sync again, same error is reported (sync manager probably doesn't check for network again).
Same problem happens if there is network connection and I sync my wallet. After I disconnect my computer and try to sync again I get
Wallet downloading
dialog. If cancel button is pressed,Online wallet is corrupted
message is displayed, which is also incorrect.The text was updated successfully, but these errors were encountered: