-
Notifications
You must be signed in to change notification settings - Fork 46
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
Better handle disconnects, e.g. after changing theme #257
Comments
Probably Syncthing itself really just restarted its listener. In this case it is natural for Syncthing Tray to consider this a disconnect. Since Syncthing Tray cannot know the reason for the disconnect it cannot really filter this kind of error out. Not sure what I can improve here from my side. |
I could add a feature to suppress errors if it is possible to reconnect within a certain timeframe (but not sure whether it's worth it). |
Thanks for the quick response @Martchus. I flagged because I wasn't sure what was happening, but if it is what you suspect it is, then that indeed doesn't sound worth it. Feel free to close the issue! |
I was actually able to reproduce the problem yesterday - also under Windows 10. I noticed some additional particularities that were a bit strange:
I've just tested under GNU/Linux as well. There the behavior is different and actually more like I would expect it:
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Basically the same as #236. |
Relevant components
syncthingctl
)libsyncthing
)Environment and versions
syncthingtray
,qtutilities
andc++utilities
: 1.5.2, ?, ?Bug description
The tray app disconnects from Syncthing when I change the theme and click on "Save" using the Web GUI. And although it connects back automatically after some time, this seems weird.
Steps to reproduce
Expected behavior
No disconnection should happen
The text was updated successfully, but these errors were encountered: