mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-26 03:25:48 +03:00
[GH-ISSUE #110] Catch SocketTimeoutExceptions on instable connection #108
Labels
No labels
1.0
1.0
1.0
2.0
Feature
Feature request
Google
Google Calendar
async
attachement
auto-migrated
auto-migrated
auto-migrated
bug
critical
enhancement
help wanted
implemented
pull-request
solved
solved
sourceforge
sourceforge
sourceforge
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/outlookcaldavsynchronizer#108
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @maybeec on GitHub (Feb 4, 2016).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/110
I observed SocketTimeoutExceptions to be logged, if traveling by train with an instable internet connection. I think this exception should be catched and not shown as an error.
@aluxnimm commented on GitHub (Feb 5, 2016):
again hard to distinguish between unstable connection or server problem.
@maybeec commented on GitHub (Feb 10, 2016):
ok, I just thought some time about it, but did not come to a good solution either.
@aluxnimm commented on GitHub (Feb 10, 2016):
one possibility would be a configurable mapping of exceptions and warning levels. needs some nice gui and coding though and no priority right now.
@maybeec commented on GitHub (Feb 10, 2016):
yes, but this may result im maintenance hell to make everything configurable.
I am fine with that. This issue is not thrown very often. It just occurrs when the system is currently synchronizing while the connection breaks down.